view lisp/term/cygwin.el @ 112348:49c0a3b6d624

* admin/notes/bzr: More bzrmerge notes.
author Glenn Morris <rgm@gnu.org>
date Mon, 17 Jan 2011 18:55:26 -0800
parents ef719132ddfa
children
line wrap: on
line source

;;; 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