emacs/lisp/term/cygwin.el
2011-01-15 15:16:57 -08:00

9 lines
263 B
EmacsLisp

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