view lisp/term/bobcat.el @ 105342:76e5f84f605f

2009-10-01 Carsten Dominik <carsten.dominik@gmail.com> * org.texi (Pushing to MobileOrg): Document `org-mobile-files'. (Processing LaTeX fragments): Document that the size of images can be changes using the variable `org-format-latex-options'. (The date/time prompt, Timestamps): Be more accurate over ISO format dates and times. (Visibility cycling): Document showeverything keyword. (In-buffer settings): Document showeverything keyword. (Setting up the staging area): Fix the example. (MobileOrg): New section. (Agenda commands, Exporting Agenda Views): Document exporting the agenda view to Org files.
author Carsten Dominik <dominik@science.uva.nl>
date Thu, 01 Oct 2009 08:03:02 +0000
parents 1e3a407766b9
children ef719132ddfa
line wrap: on
line source

;; -*- 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