home *** CD-ROM | disk | FTP | other *** search
- Mode of Monitor
-
- The escape sequences
-
- $e[=#h (set mode)
- $e[=#l (remove mode)
-
- are used to set (remove) the mode of the monitor. On some systems, a "?"
- can be used instead of an "=" character with all the modes, or at least
- the 7 (wrap) mode. Possible values of #, and their effect are as follows:
-
- 0 40 x 25 black and white
- 1 40 x 25 color
- 2 80 x 25 black and white
- 3 80 x 25 color
- 4 320 x 200 pixels color (no cursor)
- 5 320 x 200 pixels black and white (no cursor)
- 6 640 x 200 pixels black and white (no cursor)
- 7 turns on wrap at end of line
-
- The MODE command can also be used to set the mode of the monitor.