diff options
Diffstat (limited to 'lisp/term/cygwin.el')
-rw-r--r-- | lisp/term/cygwin.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/term/cygwin.el b/lisp/term/cygwin.el index d604e0207a0..3bdd5d3aa05 100644 --- a/lisp/term/cygwin.el +++ b/lisp/term/cygwin.el @@ -1,7 +1,10 @@ ;;; cygwin.el --- support for the Cygwin terminal -*- no-byte-compile: t -*- ;;; The Cygwin terminal can't really display underlines. -(tty-no-underline) + +(defun terminal-init-cygwin () + "Terminal initialization function for cygwin." + (tty-no-underline)) ;; arch-tag: ca81ce67-3c41-4883-a29b-4c3d64a21191 ;;; cygwin.el ends here |