svn commit: r222648 - head/contrib/groff/tmac

Ruslan Ermilov ru at FreeBSD.org
Fri Jun 3 12:02:54 UTC 2011


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.


More information about the svn-src-head mailing list