home *** CD-ROM | disk | FTP | other *** search
- Attributes of Monitor
-
- The escape sequence
-
- $e[#;...;#m
-
- is used to set the attributes of the monitor. Possible values of #,
- and their effect are as follows:
-
- 0 All attributes Off (white on black - DOS default)
- 1 Bold on (high intensity)
- 2* Faint on
- 3* Italic on
- 4* Underscore on (monochrome only)
- 5 Blink on
- 6* Rapid blink on
- 7* Reverse Video On (black and white)
- 8 Concealed On (invisible)
- 30 Black foreground 40 Black background
- 31 Red " 41 Red "
- 32 Green " 42 Green "
- 33 Yellow " 43 Yellow "
- 34 Blue " 44 Blue "
- 35 Magenta " 45 Magenta "
- 36 Cyan " 46 Cyan "
- 37 White " 47 White "
- 48* Subscript
- 49* Superscript
-
- * These attributes are not available on all systems.