summaryrefslogtreecommitdiff
path: root/lisp/term/vt100.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term/vt100.el')
-rw-r--r--lisp/term/vt100.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term/vt100.el b/lisp/term/vt100.el
index 782924086df..2453f479eda 100644
--- a/lisp/term/vt100.el
+++ b/lisp/term/vt100.el
@@ -46,6 +46,7 @@ With a prefix argument ARG, switch to 132-column mode if ARG is
positive, and 80-column mode otherwise. If called from Lisp,
switch to 132-column mode if ARG is omitted or nil."
:global t :init-value (= (frame-width) 132)
+ :group 'terminals
(send-string-to-terminal (if vt100-wide-mode "\e[?3h" "\e[?3l"))
(set-frame-width terminal-frame (if vt100-wide-mode 132 80)))