]> git.pld-linux.org Git - packages/groff.git/blame - groff-colours.patch
- dropped X11R6 remnants
[packages/groff.git] / groff-colours.patch
CommitLineData
5763bb19
JR
1--- groff-1.18/src/devices/grotty/tty.cc.orig Wed Jun 19 23:31:15 2002
2+++ groff-1.18/src/devices/grotty/tty.cc Tue Aug 6 23:25:26 2002
60e86d17
JB
3@@ -664,7 +664,7 @@
4 {
5 program_name = argv[0];
6 static char stderr_buf[BUFSIZ];
7- if (getenv("GROFF_NO_SGR"))
8+ if (!getenv("GROFF_SGR"))
9 old_drawing_scheme = 1;
10 setbuf(stderr, stderr_buf);
11 int c;
This page took 0.034315 seconds and 4 git commands to generate.