Mercurial > emacs
view lisp/term/vt200.el @ 444:4cec2e6d4f9e
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 05 Dec 1991 18:54:06 +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))