diff options
author | ru <ru@FreeBSD.org> | 2002-10-18 09:10:44 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-10-18 09:10:44 +0000 |
commit | 93c58bd0e4d085074ec029e9f62f31e505344b36 (patch) | |
tree | cb8bae8398dd7a75de6ce4576de0a935f1ce7bb8 /contrib | |
parent | c955f36e2feaad5d0b60d95715424d5d1b4d9597 (diff) | |
download | FreeBSD-src-93c58bd0e4d085074ec029e9f62f31e505344b36.zip FreeBSD-src-93c58bd0e4d085074ec029e9f62f31e505344b36.tar.gz |
Disable SGR support in grotty(1) pending the resolution on -arch.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/groff/tmac/troffrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/groff/tmac/troffrc b/contrib/groff/tmac/troffrc index 755bc39..8a6505f 100644 --- a/contrib/groff/tmac/troffrc +++ b/contrib/groff/tmac/troffrc @@ -45,4 +45,7 @@ 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 +. .\" Don't let blank lines creep in here. |