diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-09-16 02:48:56 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-09-16 02:48:56 +0000 |
commit | 43e87b8a95aa36ab5a7f78de3034e081bac2e8ad (patch) | |
tree | 8620e769fd58379a8dfa34529aa8688cd9356c60 /console/hurd.ti | |
parent | a618f28ce12e97bfffea729bdf421c38a236f9ca (diff) |
hurd/
2002-09-16 Marcus Brinkmann <marcus@gnu.org>
* console.h (conchar_attr_t): Add bits for italic and bold text
attributes.
console/
2002-09-16 Marcus Brinkmann <marcus@gnu.org>
* hurd.ti: Add capabilities <sitm>, <ritm>, <gsbom>, <grbom>.
* display.c (handle_esc_bracket_m): Add support for italic.
(display_output_one): Add new capabilities PU1 and PU2 to toggle
bold mode. Reset PARSE->state on most escape sequences.
* console.c (parse_attributes): Rename old bold attribute to
bright. Add support for italic and bold.
Diffstat (limited to 'console/hurd.ti')
-rw-r--r-- | console/hurd.ti | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/console/hurd.ti b/console/hurd.ti index eb9d57b9..d0496d26 100644 --- a/console/hurd.ti +++ b/console/hurd.ti @@ -153,6 +153,11 @@ hurd|The GNU Hurd console server, smso=\E[7m, rmso=\E[27m, # Enable (disable) underline mode. smul=\E[4m, rmul=\E[24m, +# Enable (disable) italic mode. + sitm=\E[3m, ritm=\E[23m, +# Enable (disable) real bold (not intensity bright) mode. This is a +# GNU extension. + gsbom=\EQ, grbom=\ER, # XXX Linux has those also for rmpch and smpch. # Enable (disable) alternative character set. smacs=\E[11m, rmacs=\E[10m, |