diff options
author | Stefan Hoffmann <stefan991@gmail.com> | 2014-07-30 10:26:47 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-08-07 01:47:49 -0400 |
commit | 84854202fe6a38f576a8f239e00e6386123a4e23 (patch) | |
tree | bb7c9d6fd34d34f32b037a69903a7a77a9e515a9 | |
parent | e6edfa961726abd251cd8daf9558d40d553f3d1d (diff) | |
download | rneovim-84854202fe6a38f576a8f239e00e6386123a4e23.tar.gz rneovim-84854202fe6a38f576a8f239e00e6386123a4e23.tar.bz2 rneovim-84854202fe6a38f576a8f239e00e6386123a4e23.zip |
documentation: update documentation for :mode #1009
see #588
-rw-r--r-- | runtime/doc/term.txt | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt index de32857bb9..f81a530499 100644 --- a/runtime/doc/term.txt +++ b/runtime/doc/term.txt @@ -532,18 +532,9 @@ correct values. One command can be used to set the screen size: *:mod* *:mode* *E359* *E362* -:mod[e] [mode] - -Without argument this only detects the screen size and redraws the screen. -With MS-DOS it is possible to switch screen mode. [mode] can be one of these -values: - "bw40" 40 columns black&white - "c40" 40 columns color - "bw80" 80 columns black&white - "c80" 80 columns color (most people use this) - "mono" 80 columns monochrome - "c4350" 43 or 50 lines EGA/VGA mode - number mode number to use, depends on your video card +:mod[e] + +Detects the screen size and redraws the screen. ============================================================================== 4. Slow and fast terminals *slow-fast-terminal* |