> Date: Mon, 11 Feb 2002 03:47:58 +0100 (CET) > From: Werner LEMBERG <[EMAIL PROTECTED]> > > > > 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. _______________________________________________ Bug-texinfo mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-texinfo
