diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2005-07-22 17:11:04 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2005-07-22 17:11:04 +0000 |
commit | 19292318e867a5c47b94591c43a3c2a751cc70d2 (patch) | |
tree | 018f81e366dee5ddf6c59e80e7f3259c907abc59 /lisp/term/cygwin.el | |
parent | 290e47075b148630efe83b5616e9203490395a19 (diff) | |
download | emacs-19292318e867a5c47b94591c43a3c2a751cc70d2.tar.gz emacs-19292318e867a5c47b94591c43a3c2a751cc70d2.tar.bz2 emacs-19292318e867a5c47b94591c43a3c2a751cc70d2.zip |
* 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.
Diffstat (limited to 'lisp/term/cygwin.el')
-rw-r--r-- | lisp/term/cygwin.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/term/cygwin.el b/lisp/term/cygwin.el new file mode 100644 index 00000000000..8330a91f1f9 --- /dev/null +++ b/lisp/term/cygwin.el @@ -0,0 +1,6 @@ +;;; 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 |