diff options
| author | Eli Zaretskii | 2002-01-11 15:28:56 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-01-11 15:28:56 +0000 |
| commit | c1b4555311e3410145e955a681f3e8fd181ce6da (patch) | |
| tree | aaa7c25b0a2c9894124c94c0d80aaab605b4daad | |
| parent | 0c5ee6871f0e4f158519e01bfa372cfe4422cdde (diff) | |
| download | emacs-c1b4555311e3410145e955a681f3e8fd181ce6da.tar.gz emacs-c1b4555311e3410145e955a681f3e8fd181ce6da.zip | |
(Faces): Mention that character terminals also support faces.
| -rw-r--r-- | man/display.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/display.texi b/man/display.texi index 10e7b29ebfa..97d3fd15c84 100644 --- a/man/display.texi +++ b/man/display.texi | |||
| @@ -36,6 +36,11 @@ Each face can specify various attributes, such as the height, weight | |||
| 36 | and slant of the characters, the foreground and background color, and | 36 | and slant of the characters, the foreground and background color, and |
| 37 | underlining. But it does not have to specify all of them. | 37 | underlining. But it does not have to specify all of them. |
| 38 | 38 | ||
| 39 | Emacs on a character terminal supports only part of face attributes. | ||
| 40 | Which attributes are supported depends on your display type, but many | ||
| 41 | displays support inverse video, bold, and underline attributes, and | ||
| 42 | some support colors. | ||
| 43 | |||
| 39 | Features which rely on text in multiple faces (such as Font Lock mode) | 44 | Features which rely on text in multiple faces (such as Font Lock mode) |
| 40 | will also work on non-windowed terminals that can display more than one | 45 | will also work on non-windowed terminals that can display more than one |
| 41 | face, whether by colors or underlining and emboldening. This includes | 46 | face, whether by colors or underlining and emboldening. This includes |