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