Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f0be5454
Commit
f0be5454
authored
May 28, 2002
by
Miles Bader
Browse files
Doc fix.
parent
4a8130f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/dispextern.h
src/dispextern.h
+5
-1
No files found.
src/dispextern.h
View file @
f0be5454
/* 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment