1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Just load vt100.el.

This commit is contained in:
Richard M. Stallman 1993-05-30 03:45:33 +00:00
parent 4595014a19
commit 9bd27e853d
2 changed files with 4 additions and 10 deletions

View file

@ -1 +1 @@
(load "term/vt100")
(load "term/vt100" nil t)

View file

@ -1,9 +1,3 @@
(defun terminal-80-columns ()
(interactive)
(send-string-to-terminal "\033[?3l")
(set-frame-width 80))
(defun terminal-132-columns ()
(interactive)
(send-string-to-terminal "\033[?3h")
(set-frame-width 132))
;; For our purposes we can treat the vt200 and vt100 alike.
;; The differences are handled by the termcap entry.
(load "term/vt100" nil t)