blob: 0dcb6de391805ba4b4bcf486fe32e9096b2c89ce (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# The following strings are not device dependent; if found, and map_cc is
# enabled, they are converted into the standout mode sequences for the
# destination terminal or printer.
# N.B.: The ^ in these strings is a strmatch BOL, not an escape sequence.
# Used in PAGE and LPOPEN.
string so_on "^\016" # SO
string so_off "^\017" # SI
|