diff options
author | ru <ru@FreeBSD.org> | 2002-10-21 12:29:57 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-10-21 12:29:57 +0000 |
commit | e96a99374a88205ccc51be3c2307c0314c53b2ce (patch) | |
tree | 7262e6cc1b2f8eaa4478fa30eebe8241a04de1d4 /contrib | |
parent | d9971042018a7bfb00c326e1adbd9900d0e81288 (diff) | |
download | FreeBSD-src-e96a99374a88205ccc51be3c2307c0314c53b2ce.zip FreeBSD-src-e96a99374a88205ccc51be3c2307c0314c53b2ce.tar.gz |
A better version of disabling SGR support in grotty(1).
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/groff/tmac/troffrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/groff/tmac/troffrc b/contrib/groff/tmac/troffrc index 8a6505f..7147512 100644 --- a/contrib/groff/tmac/troffrc +++ b/contrib/groff/tmac/troffrc @@ -46,6 +46,6 @@ troffrc!X100 troffrc!X100-12 troffrc!lj4 troff!lbp troffrc!html .\} . .\" Disable SGR support in grotty(1). -.if n .do nop \X'tty: sgr 0'\c +.if n .do output "x X tty: sgr 0 . .\" Don't let blank lines creep in here. |