| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 30state_pen.test | 10 ?pen blink = off 52 ?pen blink = on 54 ?pen blink = off 56 ?pen blink = off
|
| H A D | harness.c | 349 int blink; member 370 state_pen.blink = val->boolean; in state_setpenattr() 836 if(val.boolean != state_pen.blink) in main() 838 BOOLSTR(val.boolean), BOOLSTR(state_pen.blink)); in main() 840 printf("%s\n", BOOLSTR(state_pen.blink)); in main() 973 if(cell.attrs.blink) printf("K"); in main()
|
| H A D | 18state_termprops.test | 19 !Cursor blink
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | pen.c | 180 state->pen.blink = 0; setpenattr_bool(state, VTERM_ATTR_BLINK, 0); in vterm_state_resetpen() 201 setpenattr_bool(state, VTERM_ATTR_BLINK, state->pen.blink); in vterm_state_savepen() 347 state->pen.blink = 1; in vterm_state_setpen() 393 state->pen.blink = 0; in vterm_state_setpen() 525 if(state->pen.blink) in vterm_state_getpen() 566 val->boolean = state->pen.blink; in vterm_state_get_penattr()
|
| H A D | screen.c | 22 unsigned int blink : 1; member 431 screen->pen.blink = val->boolean; in setpenattr() 562 dst->pen.blink = src->attrs.blink; in resize_buffer() 847 cell->attrs.blink = intcell->pen.blink; in vterm_screen_get_cell() 966 if((attrs & VTERM_ATTR_BLINK_MASK) && (a->pen.blink != b->pen.blink)) in attrs_differ()
|
| H A D | vterm_internal.h | 54 unsigned int blink:1; member
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | README.txt | 3 blink.c: C program to make the cursor blink in an xterm.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_terminal2.vim | 482 \ [term_getcursor(buf)[2].blink, term_getcursor(buf)[2].shape])}) 487 \ [term_getcursor(buf)[2].blink, term_getcursor(buf)[2].shape])}) 492 \ [term_getcursor(buf)[2].blink, term_getcursor(buf)[2].shape])}) 497 \ [term_getcursor(buf)[2].blink, term_getcursor(buf)[2].shape])}) 502 \ [term_getcursor(buf)[2].blink, term_getcursor(buf)[2].shape])}) 507 \ [term_getcursor(buf)[2].blink, term_getcursor(buf)[2].shape])})
|
| /vim-8.2.3635/src/libvterm/doc/ |
| H A D | seqs.txt | 122 CSI Sp q = DECSCUSR (odd numbers blink, even numbers solid) 149 DECSM 12 = Cursor blink
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | gtkrc.vim | 66 syn keyword gtkrcSettingsName gtk-double-click-time gtk-cursor-blink gtk-cursor-blink-time gtk-spli…
|
| H A D | grub.vim | 48 syn match grubBlink display 'blink-'
|
| H A D | terminfo.vim | 41 \ smam blink bold smcup smdc dim swidm sdrfq
|
| H A D | readline.vim | 123 \ blink-matching-paren
|
| H A D | slrnrc.vim | 103 syn keyword slrnrcMonoVal contained blink bold none reverse underline
|
| H A D | sqr.vim | 101 syn keyword sqrParam before-page before-report before-toc blink
|
| H A D | html.vim | 96 syn keyword htmlTagName contained frame noframes frameset nobr blink
|
| /vim-8.2.3635/src/proto/ |
| H A D | term.pro | 66 void term_cursor_shape(int shape, int blink);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | os_win32.txt | 269 Q. How do I change the blink rate of the cursor? 271 be able to set the blink rate for all console windows at the same time.
|
| H A D | os_dos.txt | 182 available, and code 128 will make the text blink.
|
| H A D | term.txt | 350 t_vs cursor very visible (blink) *t_vs* *'t_vs'* 370 t_VS cursor normally visible (no blink) *t_VS* *'t_VS'*
|
| H A D | terminal.txt | 391 that causes the cursor to blink. This actually means that the blinking flag 610 "blink" one when the cursor is blinking, zero when it
|
| /vim-8.2.3635/src/libvterm/include/ |
| H A D | vterm.h | 468 unsigned int blink : 1; member
|
| /vim-8.2.3635/src/ |
| H A D | term.c | 4109 term_cursor_shape(int shape, int blink) in term_cursor_shape() argument 4113 OUT_STR(tgoto((char *)T_CSH, 0, shape * 2 - blink)); in term_cursor_shape() 4118 int do_blink = blink; in term_cursor_shape() 4124 do_blink = !blink; in term_cursor_shape()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 469 let values = ["none", "underline", "overline", "line-through", "blink"] 475 …let values = ["none", "underline", "overline", "line-through", "blink"] + ["solid", "double", "dot…
|
| H A D | javascriptcomplete.vim | 116 let strimeth = ['anchor', 'big', 'blink', 'bold', 'charAt', 'charCodeAt', 'concat',
|