Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2002 02:16:24 -0700 (PDT)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/usr.bin/man Makefile.inc src/share/mk bsd.man.mk src/usr.bin/catman catman.c
Message-ID:  <200210110916.g9B9GP8f064951@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2002/10/11 02:16:24 PDT

  Modified files:
    gnu/usr.bin/man      Makefile.inc 
    share/mk             bsd.man.mk 
    usr.bin/catman       catman.c 
  Log:
  Groff 1.18.1 comes in with ANSI color support, enabled by default.
  In "nroff" mode, italic font renders as an underlined text, which
  makes it indistinguishable from the bold text on color monitors
  (cons25 terminal type), yet it requires the less(1)'s -R option.
  (Refer to the new grotty(1) manpage for details.)
  
  So turn off the color support for now (when generating catpages),
  until we figure out what do we do with this new feature.  I have
  a patch for grotty(1) that tells it to use the "reverse video"
  attribute to render the italic font.  Once this is accepted, we
  can turn color support back on (if there won't be any objections
  from the community).
  
  Revision  Changes    Path
  1.20      +2 -2      src/gnu/usr.bin/man/Makefile.inc
  1.51      +1 -1      src/share/mk/bsd.man.mk
  1.3       +1 -1      src/usr.bin/catman/catman.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210110916.g9B9GP8f064951>