diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 5fb66ffb101..52e3c5fe2fb 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2204,9 +2204,10 @@ extern EMACS_INT tool_bar_button_relief; | |||
| 2204 | Terminal Capabilities | 2204 | Terminal Capabilities |
| 2205 | ***********************************************************************/ | 2205 | ***********************************************************************/ |
| 2206 | 2206 | ||
| 2207 | /* Each of these is a bit representing a terminal `capability' (bold, inverse, | 2207 | /* Each of these is a bit representing a terminal `capability' (bold, |
| 2208 | etc). They are used to when calling `tty_capable_p' to ask what a terminal | 2208 | inverse, etc). They are or'd together to specify the set of |
| 2209 | supports. */ | 2209 | capabilities being queried for when calling `tty_capable_p' (which |
| 2210 | returns true if the terminal supports all of them). */ | ||
| 2210 | 2211 | ||
| 2211 | #define TTY_CAP_INVERSE 0x01 | 2212 | #define TTY_CAP_INVERSE 0x01 |
| 2212 | #define TTY_CAP_UNDERLINE 0x02 | 2213 | #define TTY_CAP_UNDERLINE 0x02 |