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:
parent
4595014a19
commit
9bd27e853d
2 changed files with 4 additions and 10 deletions
|
|
@ -1 +1 @@
|
|||
(load "term/vt100")
|
||||
(load "term/vt100" nil t)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue