File: cygwin.el

package info (click to toggle)
emacs24 24.4%2B1-5
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 117,404 kB
  • sloc: lisp: 1,073,087; ansic: 272,934; objc: 15,085; makefile: 5,480; sh: 2,257; perl: 1,319; xml: 1,110; pascal: 1,011; cs: 770; cpp: 528; awk: 477; ruby: 290; java: 27
file content (9 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
;;; 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