summaryrefslogtreecommitdiff
path: root/lisp/term/cygwin.el
blob: cfce07035cf2424be4fdc348260f6d8ff0a0e727 (plain)
1
2
3
4
5
6
7
8
9
;;; 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