comparison lisp/term/vt200.el @ 94:23502d381550

Initial revision
author Jim Blandy <jimb@redhat.com>
date Fri, 14 Sep 1990 19:07:14 +0000
parents
children c2dbf1fe0506
comparison
equal deleted inserted replaced
93:7af62c5e857d 94:23502d381550
1 (defun terminal-80-columns ()
2 (interactive)
3 (send-string-to-terminal "\033[?3l")
4 (set-screen-width 80))
5
6 (defun terminal-132-columns ()
7 (interactive)
8 (send-string-to-terminal "\033[?3h")
9 (set-screen-width 132))