]> code.delx.au - gnu-emacs/blob - lisp/term/cygwin.el
* term/rxvt.el (function-key-map): Use substitute-key-definition
[gnu-emacs] / lisp / term / cygwin.el
1 ;;; cygwin.el --- support for the Cygwin terminal -*- no-byte-compile: t -*-
2
3 ;;; The Cygwin terminal can't really display underlines.
4 (tty-no-underline)
5
6 ;;; cygwin.el ends here