view lisp/term/vt200.el @ 609:261f41d6ef80

Initial revision
author Robert J. Chassell <bob@rattlesnake.com>
date Fri, 10 Apr 1992 02:01:10 +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))