\).
The special characters recognized by lc are \b
(bell), \f (formfeed), \n (newline),
\r (carriage return), \t (tab) and \"
(double quote). Any other character following the backslash
will be ignored.
"blink""bold""half bright""standout""reverse""underline""normal"setattr("normal");.
"standout" emphasized cursor.
"normal" normal cursor.
"off" no cursor.
"RETURN" "DELETE" "BACKSPACE" "ESCAPE"
"UP" "DOWN" "LEFT" "RIGHT"
The recognition of other characters depends on the quality
of the termcap entry. Control / Metacharacters get a
"C-"/"M-" prefix. On terminals which do not
recognize metacharacters, it is possible to simulate them
by pressing ESCAPE and the corresponding character
(this has to be done in less than 1 second).