From: Miles Bader Date: Tue, 28 May 2002 01:19:49 +0000 (+0000) Subject: Doc fix. X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/f0be5454641d505d8d82b22264c4659afa741ce5?hp=4a8130f23e381aefa6e5a262b74251c63ece34b3 Doc fix. --- diff --git a/src/dispextern.h b/src/dispextern.h index b27ad5f8a0..5fb66ffb10 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1,5 +1,5 @@ /* 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. @@ -2204,6 +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. */ + #define TTY_CAP_INVERSE 0x01 #define TTY_CAP_UNDERLINE 0x02 #define TTY_CAP_BOLD 0x04