1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00
This commit is contained in:
Miles Bader 2002-05-28 01:32:36 +00:00
parent f0be545464
commit 8da139bc6a

View file

@ -2204,9 +2204,10 @@ extern EMACS_INT tool_bar_button_relief;
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. */
/* Each of these is a bit representing a terminal `capability' (bold,
inverse, etc). They are or'd together to specify the set of
capabilities being queried for when calling `tty_capable_p' (which
returns true if the terminal supports all of them). */
#define TTY_CAP_INVERSE 0x01
#define TTY_CAP_UNDERLINE 0x02