strftime: import from gnulib
[emacs.git] / lisp / term / cygwin.el
blobcfce07035cf2424be4fdc348260f6d8ff0a0e727
1 ;;; cygwin.el --- support for the Cygwin terminal -*- no-byte-compile: t -*-
3 ;;; The Cygwin terminal can't really display underlines.
5 (defun terminal-init-cygwin ()
6 "Terminal initialization function for cygwin."
7 (tty-no-underline))
9 ;;; cygwin.el ends here