Mercurial > emacs
view lisp/term/vt200.el @ 152:50e816f7e0a5
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 31 Dec 1990 04:17:41 +0000 |
parents | 23502d381550 |
children | c2dbf1fe0506 |
line wrap: on
line source
(defun terminal-80-columns () (interactive) (send-string-to-terminal "\033[?3l") (set-screen-width 80)) (defun terminal-132-columns () (interactive) (send-string-to-terminal "\033[?3h") (set-screen-width 132))