;;; compiled by rms@mole.gnu.ai.mit.edu on Sun May 30 00:57:07 1993
;;; from file /home/fsf/rms/e19/lisp/term/vt100.el
;;; emacs version 19.9.0.
;;; bytecomp version FSF 2.08
;;; optimization is on.

(load "term/lk201" nil t)
(defconst vt100-wide-mode (byte-code "À ÁU‡" [frame-width 132] 2) "\
t if vt100 is in 132-column mode.")
(defalias 'vt100-wide-mode #[(&optional arg) "„	 	?‚ Â!ÃVÄ	ƒ Å‚ Æ!ˆÇ	ƒ& É‚' Ê\"‡" [arg vt100-wide-mode prefix-numeric-value 0 send-string-to-terminal "[?3h" "[?3l" set-frame-width terminal-frame 132 80] 3 "\
Toggle 132/80 column mode for vt100s.
With positive argument, switch to 132-column mode.
With negative argument, switch to 80-column mode." "P"])
