From 84854202fe6a38f576a8f239e00e6386123a4e23 Mon Sep 17 00:00:00 2001 From: Stefan Hoffmann Date: Wed, 30 Jul 2014 10:26:47 +0200 Subject: documentation: update documentation for :mode #1009 see #588 --- runtime/doc/term.txt | 15 +++------------ 1 file 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* -- cgit