Lines Matching +full:hw +full:- +full:blink
13 -
43 then enter a decimal number from 0-255 via the numerical keypad, then
50 pressing the scroll-lock key.
58 .Bd -literal
62 -- E7 Save cursor position sc
64 -- E8 Restore saved cursor position rc
66 -- Ec Reset rs
68 -- EM move cursor up 1 line, --
77 CUB E[nD move cursor left n characters --/LE (kl)
81 HPR E[na move cursor right n characters --
85 VPR E[ne move cursor down n lines --
87 CPL E[nF move cursor to start of line, -- (@7)
95 HVP E[y;xf Move cursor to x, y --
124 SGR E[nm Set character attributes: --
127 n= 4 underscore (if supported by HW)
128 n= 5 blink (if supported by HW)
132 n= 25 remove blink
145 -- E[s Save cursor position sc
147 -- E[u Restore saved cursor position rc
149 -- E[x Reset normal colors and attributes --
152 -- E[nz Switch to virtual console n --
154 -- E[1;nx Set normal ANSI background color --
157 -- E[2;nx Set normal ANSI foreground color --
160 -- E[3;nx Set normal video attribute directly --
163 -- E[5;nx Set normal ANSI reverse background --
166 -- E[6;nx Set normal ANSI reverse foreground --
178 -- E[7;nx Set normal reverse video attribute --
181 -- E[=p;dB Set bell pitch (p) and duration (d), --
185 -- E[=tC Set global cursor type (see table) --
187 t=0 normal non-blinking
189 t=2 custom non-blinking
196 -- E[=s;eC Set custom cursor shape, where --
200 -- E[=s;e;dC --
206 -- E[=tS Set local cursor type (see table) --
212 -- E[=nA Set the border color to n --
213 (see table) (if supported by HW)
215 -- E[=nF Set normal foreground color to n --
218 -- E[=nG Set normal background color to n --
221 -- E[=nH Set normal reverse foreground color --
224 -- E[=nI Set normal reverse background color --