File: cygwin.el

package info (click to toggle)
emacs23 23.2%2B1-7%2Bsqueeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 107,300 kB
  • ctags: 89,632
  • sloc: lisp: 964,368; ansic: 247,728; objc: 9,978; sh: 4,601; makefile: 4,017; perl: 1,186; cs: 772; python: 331; xml: 43; csh: 8; sed: 4
file content (10 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
;;; 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))

;; arch-tag: ca81ce67-3c41-4883-a29b-4c3d64a21191
;;; cygwin.el ends here