view lisp/term/vt200.el @ 270:f8d0e0ecd474

Initial revision
author Roland McGrath <roland@gnu.org>
date Mon, 13 May 1991 22:34:50 +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))