File: bobcat.el

package info (click to toggle)
emacs23 23.4%2B1-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 104,780 kB
  • sloc: lisp: 996,499; ansic: 249,051; objc: 10,008; makefile: 4,213; sh: 2,210; perl: 1,365; cs: 772; cpp: 490; awk: 465; python: 331; xml: 44; java: 27; csh: 8; sed: 4
file content (10 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
;; -*- no-byte-compile: t -*-

(defun terminal-init-bobcat ()
  "Terminal initialization function for bobcat."
  ;; HP terminals usually encourage using ^H as the rubout character
  (keyboard-translate ?\177 ?\^h)
  (keyboard-translate ?\^h ?\177))

;; arch-tag: 754e4520-0a3e-4e6e-8ca5-9481b1f85cf7
;;; bobcat.el ends here