]> granicus.if.org Git - neomutt/commitdiff
Change the font used for typesetting "tables", so we get usable
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 1 Feb 2000 18:44:52 +0000 (18:44 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 1 Feb 2000 18:44:52 +0000 (18:44 +0000)
output when roffing the muttrc (5) manual page for a postscript
printer.

makedoc.c

index 78bbbae1e497cc3e0cb54119cf277c38afc9e926..341964b4329ba37bf4698363067aded773ac4d38 100644 (file)
--- a/makedoc.c
+++ b/makedoc.c
@@ -842,7 +842,7 @@ static int print_it (int special, char *str, FILE *out, int docstat)
        }
        case SP_START_TAB:
        {
-         fputs ("\n.IP\n.DS\n.sp\n.ft RR\n.nf\n", out);
+         fputs ("\n.IP\n.DS\n.sp\n.ft CR\n.nf\n", out);
          docstat |= D_TAB | D_NL;
          break;
        }