Re: ESC[4m does not produce underline OOPS

2013-03-02 Thread Chris Bannister
On Fri, Mar 01, 2013 at 11:46:42AM -0800, Thomas D. Dean wrote: On 03/01/13 11:35, Thomas D. Dean wrote: The ANSI standard lists ESC[4m as the code to produce an underline export TERM=ansi80x25 printf \033[4masdfasdfasdf produces green text, not underline text as stated in the

Re: ESC[4m does not produce underline OOPS

2013-03-01 Thread Thomas D. Dean
On 03/01/13 11:35, Thomas D. Dean wrote: The ANSI standard lists ESC[4m as the code to produce an underline export TERM=ansi80x25 printf \033[4masdfasdfasdf produces green text, not underline text as stated in the standard. If I put the same in c code, it works #include stdio.h int

Re: ESC[4m does not produce underline OOPS

2013-03-01 Thread Richard Hector
On 02/03/13 08:46, Thomas D. Dean wrote: On 03/01/13 11:35, Thomas D. Dean wrote: The ANSI standard lists ESC[4m as the code to produce an underline export TERM=ansi80x25 printf \033[4masdfasdfasdf produces green text, not underline text as stated in the standard. If I put the same in

Re: ESC[4m does not produce underline OOPS

2013-03-01 Thread Hugo Vanwoerkom
Richard Hector wrote: On 02/03/13 08:46, Thomas D. Dean wrote: On 03/01/13 11:35, Thomas D. Dean wrote: The ANSI standard lists ESC[4m as the code to produce an underline export TERM=ansi80x25 printf \033[4masdfasdfasdf produces green text, not underline text as stated in the standard.

Re: ESC[4m does not produce underline OOPS

2013-03-01 Thread Glenn English
On Mar 1, 2013, at 5:34 PM, Hugo Vanwoerkom wrote: 404 File not found. Google 'console_codes(4) - Linux manual page'. -- Glenn English -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: ESC[4m does not produce underline OOPS

2013-03-01 Thread Thomas D. Dean
On 03/01/13 16:56, Glenn English wrote: The linux console is a HDMI display attached to a RaspberryPi. I changed to ncurses5. Looks like the display does not support underline. Thanks, Tom Dean -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe.

Re: ESC[4m does not produce underline OOPS

2013-03-01 Thread Richard Hector
On 02/03/13 13:34, Hugo Vanwoerkom wrote: Richard Hector wrote: On 02/03/13 08:46, Thomas D. Dean wrote: On 03/01/13 11:35, Thomas D. Dean wrote: The ANSI standard lists ESC[4m as the code to produce an underline export TERM=ansi80x25 printf \033[4masdfasdfasdf produces green text,