Home
last modified time | relevance | path

Searched refs:DCS (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/libvterm/t/
H A D02parser.test175 !DCS BEL
179 !DCS ST (7bit)
183 !DCS ST (8bit)
187 !Escape cancels DCS, starts Escape
191 !CAN cancels DCS, returns to normal mode
H A D29state_fallback.test17 !Unrecognised DCS
/vim-8.2.3635/src/libvterm/doc/
H A Dseqs.txt34 (0x90 = DCS)
56 (ESC P = DCS)
69 3 DCS $ q ST = DECRQSS
203 DCS $ q = [DECRQSS]
207 23 DCS { = DECDLD, down-line-loadable character set
208 23 DCS | = DECUDK, user-defined key
/vim-8.2.3635/src/libvterm/src/
H A Dparser.c79 case DCS: in string_fragment()
114 case DCS: in vterm_input_write()
275 vt->parser.state = DCS; in vterm_input_write()
281 case DCS: in vterm_input_write()
H A Dvterm_internal.h183 DCS, enumerator
/vim-8.2.3635/src/
H A Dascii.h170 #define DCS 0x90 // Device Control String macro
H A Dterm.c5592 || tp[0] == DCS)) in check_termcode()
6171 termleader[len++] = DCS; // the termcode response starts with DCS in gather_termleader()
/vim-8.2.3635/runtime/doc/
H A Ddigraph.txt241 ~P DC 0x90 144 DEVICE CONTROL STRING (DCS)
H A Dtodo.txt767 DCS 0 $ r Pt ST should be ignored.
768 DCS 0 + r/Pt/ ST already ignored?