Date: Fri, 3 Jun 2011 12:02:53 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r222648 - head/contrib/groff/tmac Message-ID: <201106031202.p53C2rJq063260@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ru Date: Fri Jun 3 12:02:53 2011 New Revision: 222648 URL: http://svn.freebsd.org/changeset/base/222648 Log: 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 Modified: head/contrib/groff/tmac/troffrc Modified: head/contrib/groff/tmac/troffrc ============================================================================== --- head/contrib/groff/tmac/troffrc Fri Jun 3 11:58:17 2011 (r222647) +++ head/contrib/groff/tmac/troffrc Fri Jun 3 12:02:53 2011 (r222648) @@ -50,12 +50,4 @@ troffrc!X100 troffrc!X100-12 troffrc!lj4 .\" 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106031202.p53C2rJq063260>