Re: [E-devel] eterm-0.9.3 weird overlines

2004-12-29 Thread Mike Frysinger
On Wednesday 29 December 2004 01:44 am, Michael Jennings wrote:
 On Tuesday, 28 December 2004, at 19:43:36 (-0500),

 Mike Frysinger wrote:
  here's a small python snippet that reproduces this behavior:
  $ python -c 'print \x1b[31;06mhi dad;'

   ^^
 This is correct behavior.  The 6 modifier is overscore.  The fact
 that it didn't work before was a bug.

ah, got a nice URL from my Gentoo peeps
http://en.wikipedia.org/wiki/ANSI_escape_code

according to this, 6 is not 'overscore', but 'rapid blink' ... 49 is listed as 
'superscript' though ...

either way, 6 is not what we at Gentoo want :)
-mike


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] eterm-0.9.3 weird overlines

2004-12-29 Thread Michael Jennings
On Wednesday, 29 December 2004, at 14:09:34 (-0500),
Mike Frysinger wrote:

 ive looked in the past for a reference manual for these kind of
 modifiers but was unable to find any ...
 
 have you a URL or resource handy ? :)

Depends.  For xterm, here's what you want:

http://rtfm.etla.org/xterm/ctlseq.html

For Eterm, it's the technical reference:

http://www.eterm.org/docs/view.php?doc=ref



 ah, got a nice URL from my Gentoo peeps
 http://en.wikipedia.org/wiki/ANSI_escape_code

That's valid for old-style TTY terminals like DEC and Wyse.  There's
not always a 1-to-1 correlation with X-based terms.

 according to this, 6 is not 'overscore', but 'rapid blink' ... 49 is
 listed as 'superscript' though ...

In Eterm (and probably rxvt), 6 is overscore.  If you want to see it,
look in term.c on line 1621.  You can also find the other SGR mode
sequence values there.

 either way, 6 is not what we at Gentoo want :)

Then don't ask for it. :)

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  [EMAIL PROTECTED]
n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
---
 The breakup was mutual, but it was more mutual on my part.
-- Beth O'Hara


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] eterm-0.9.3 weird overlines

2004-12-28 Thread Michael Jennings
On Tuesday, 28 December 2004, at 19:43:36 (-0500),
Mike Frysinger wrote:

 so i just upgraded to eterm-0.9.3 / libast-0.6.1 and i noticed that
 sometimes i get these overlines when using some apps ... these lines
 didnt exist before ...
 
 i happened to have some eterm-0.9.2 / libast-0.5 still running, so i
 compared them and took a screenshot:
 http://dev.gentoo.org/~vapier/eterm-funk-lines.png
 
 here's a small python snippet that reproduces this behavior:
 $ python -c 'print \x1b[31;06mhi dad;'
  ^^
This is correct behavior.  The 6 modifier is overscore.  The fact
that it didn't work before was a bug.

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  [EMAIL PROTECTED]
n + 1, Inc., http://www.nplus1.net/   Author, Eterm (www.eterm.org)
---
 Because I want you to understand what my music means to me...and
  what it means for me to be able to share it with someone.
   -- Captain Jean-Luc Picard (Patrick Stewart), ST:TNG, Lessons


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel