1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00
emacs/lisp/term/cygwin.el
Dan Nicolaescu 19292318e8 * term/rxvt.el (function-key-map): Use substitute-key-definition
to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.

* term/cygwin.el: New file.
2005-07-22 17:11:04 +00:00

6 lines
179 B
EmacsLisp

;;; cygwin.el --- support for the Cygwin terminal -*- no-byte-compile: t -*-
;;; The Cygwin terminal can't really display underlines.
(tty-no-underline)
;;; cygwin.el ends here