mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
Initial revision
This commit is contained in:
parent
f55fb75ca1
commit
942f076cef
9
lisp/term/vt200.el
Normal file
9
lisp/term/vt200.el
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
(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))
|
||||
Loading…
Reference in a new issue