File: vt102.el

package info (click to toggle)
emacs23 23.2%2B1-7%2Bsqueeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 107,300 kB
  • ctags: 89,632
  • sloc: lisp: 964,368; ansic: 247,728; objc: 9,978; sh: 4,601; makefile: 4,017; perl: 1,186; cs: 772; python: 331; xml: 43; csh: 8; sed: 4
file content (8 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
;; -*- no-byte-compile: t -*-

(defun terminal-init-vt102 ()
  "Terminal initialization function for vt102."
  (tty-run-terminal-initialization (selected-frame) "vt100"))

;; arch-tag: 6e839cfc-125a-4574-82f1-c23a51f7c50f
;;; vt102.el ends here