/[emacs]/emacs/lisp/term/vt100.el
ViewVC logotype

Diff of /emacs/lisp/term/vt100.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by kwzh, Tue Feb 23 22:22:50 1999 UTC revision 1.13.18.1 by miles, Fri Apr 4 06:20:37 2003 UTC
# Line 47  Line 47 
47  With positive argument, switch to 132-column mode.  With positive argument, switch to 132-column mode.
48  With negative argument, switch to 80-column mode."  With negative argument, switch to 80-column mode."
49   (interactive "P")   (interactive "P")
50   (setq vt100-wide-mode   (setq vt100-wide-mode
51          (if (null arg) (not vt100-wide-mode)          (if (null arg) (not vt100-wide-mode)
52            (> (prefix-numeric-value arg) 0)))            (> (prefix-numeric-value arg) 0)))
53   (send-string-to-terminal (if vt100-wide-mode "\e[?3h" "\e[?3l"))   (send-string-to-terminal (if vt100-wide-mode "\e[?3h" "\e[?3l"))

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.13.18.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26