/* Interface definitions for display code.
- Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001
+ Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002
Free Software Foundation, Inc.
This file is part of GNU Emacs.
Terminal Capabilities
***********************************************************************/
+/* Each of these is a bit representing a terminal `capability' (bold, inverse,
+ etc). They are used to when calling `tty_capable_p' to ask what a terminal
+ supports. */
+
#define TTY_CAP_INVERSE 0x01
#define TTY_CAP_UNDERLINE 0x02
#define TTY_CAP_BOLD 0x04