diff options
author | wlemb <wlemb> | 2002-02-12 22:18:19 +0000 |
---|---|---|
committer | wlemb <wlemb> | 2002-02-12 22:18:19 +0000 |
commit | 384052efa239bba98f79624b1c25f65df5ffa502 (patch) | |
tree | 7ffd7482373886a3738a3c5979bdc7db43173622 /NEWS | |
parent | c99d8ffa56c896123069c69025cb5de6e1bc5912 (diff) | |
download | groff-384052efa239bba98f79624b1c25f65df5ffa502.tar.gz |
* src/libs/libgroff/Makefile.sub (snprintf.o): Don't use
$(COMPILE.c) to not include groff's assert.h.
* src/drivers/grotty/tty.cc (main): Add GROFF_NO_SGR environment
variable.
* NEWS, src/drivers/grotty/grotty.man: Document it.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -4,6 +4,12 @@ described. There are more details in the man pages. VERSION 1.18 ============ +*************************************************************************** +* * +* PLEASE READ THE CHANGES BELOW REGARDING GROTTY, GROFF'S TTY FRONTEND. * +* * +*************************************************************************** + Troff ----- @@ -177,6 +183,9 @@ o SGR escape sequences are now used by default for underlining and bold `man's `-P' option (or adapt its configuration file accordingly). See man(1) for more details. +o If the environment variable GROFF_NO_SGR is set, SGR output is disabled, + reverting to the old behaviour. + o If the new option `-i' is used (only in SGR mode), grotty sends escape sequences to set the italic font attribute instead of the underline attribute for italic fonts. Note that many terminals don't have support |