bug-texinfo
[Top][All Lists]
Advanced

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

Re: new grotty format


From: Eli Zaretskii
Subject: Re: new grotty format
Date: Sun, 24 Feb 2002 10:30:05 +0200 (IST)

> Date: Mon, 11 Feb 2002 03:47:58 +0100 (CET)
> From: Werner LEMBERG <address@hidden>
> 
> 
> > Werner, could you please tell what escape sequences will grotty
> > emit, or point me to the file in the Groff distro where I can find
> > this info?
> 
> >From src/devices/grotty/tty.cc:
> 
>   #ifndef IS_EBCDIC_HOST
>   #define CSI "\033["
>   #else
>   #define CSI "\047["
>   #endif
> 
>   // SGR handling (ISO 6429)
>   #define SGR_BOLD CSI "1m"  
>   #define SGR_NO_BOLD CSI "22m"
>   #define SGR_ITALIC CSI "3m"
>   #define SGR_NO_ITALIC CSI "23m"
>   #define SGR_UNDERLINE CSI "4m"
>   #define SGR_NO_UNDERLINE CSI "24m"
>   #define SGR_DEFAULT_COLOR CSI "39m"
>   #define SGR_BACK_DEFAULT_COLOR CSI "49m"

Could you please try the latest pretest 4.0h, available from
alpha.gnu.org?  I think it should handle these escape sequences
correctly.



reply via email to

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