groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] PIC patch


From: Werner LEMBERG
Subject: Re: [Groff] PIC patch
Date: Sat, 02 Jan 2010 18:24:00 +0100 (CET)

> This diff can patch 'pic' to use the same condition for both lines.
> 
> --- src/preproc/pic/troff.cpp~  2010-01-01 18:00:29.000000000 +0000
> +++ src/preproc/pic/troff.cpp   2010-01-01 18:00:29.000000000 +0000
> @@ -462,7 +462,7 @@
>        fputs("\n.sp -1\n", stdout);
>      }
>    if (rotate_flag)
> -    printf(".if '\\*(.T'ps' \\{\\\n"
> +    printf(".if \\n(" GROPS_REG " \\{\\\n"
>            "\\X'ps: exec grestore'\n.sp -1\n"
>            ".\\}\n");
>  }
> 
> Is this Ok Werner?

Applied to the CVS, thanks.


    Werner




reply via email to

[Prev in Thread] Current Thread [Next in Thread]