diff options
author | ru <ru@FreeBSD.org> | 2011-06-03 12:02:53 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2011-06-03 12:02:53 +0000 |
commit | c78f027a996f81d7db92d47776ce536e0723b3bc (patch) | |
tree | 6759c08fd2a71dfd4dad789373e29bbfea21028d | |
parent | cf2f65aaed514b7676033ea46f5f79b878598f23 (diff) | |
download | FreeBSD-src-c78f027a996f81d7db92d47776ce536e0723b3bc.zip FreeBSD-src-c78f027a996f81d7db92d47776ce536e0723b3bc.tar.gz |
Re-enable SGR support (ANSI color escapes) in grotty(1) by default.
Our man(1) and bsd.doc.mk still disable it for POLA reasons via the
-c option to grotty(1).
PR: gnu/82353
-rw-r--r-- | contrib/groff/tmac/troffrc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/groff/tmac/troffrc b/contrib/groff/tmac/troffrc index 5defe8a..92b5fad 100644 --- a/contrib/groff/tmac/troffrc +++ b/contrib/groff/tmac/troffrc @@ -50,12 +50,4 @@ troffrc!X100 troffrc!X100-12 troffrc!lj4 troff!lbp troffrc!html .\" Handle paper formats .do mso papersize.tmac . -.\" Disable SGR support in grotty(1). -.if n \{\ -. do nop \X'tty: sgr 0' -. sp -1 -. nr nl 0-1 -. nr % -1 -.\} -. .\" Don't let blank lines creep in here. |