-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

>
>
> Using epic4 with thirdeye and xterm.
>
> Topics up to and including 232 characters in length are handled
> correctly.  Character 233 causes the terminal bell to ring.  Any
> characters at position 234 or greater corrupt the display and are
> written into the status line and/or command line.

This is a script issue--it's updating the xterm statusbar (which is the 
titlebar in this case) and not clipping the length.  xterm's maximum status 
length is apparently 232 chars.  The sequence looks something like:

^[]0;text goes here^G

When it goes too long, the extra chars are being dumped to the term.  Since 
xterm status updating has to be done with xecho -r, it appears to be display 
corruption when it's really not per se.  The ^G and extra text just get 
echoed wherever the cursor is at the time because of the use of xecho -r.

- -- 
Ben Winslow ([EMAIL PROTECTED]) : Do, or do not; there is no try.
       System Administrator       : -- Yoda  
   Bluecherry Internet Services   : 
    http://www.bluecherry.net/    : 
          (573) 592-0800          : 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7jnWE2/SfDQAyrVERAhZ1AJ9TXCyDOXmBpDKnVc+45mU4jWKZnwCeL+ud
WduidcpF+aVVc2tLjrvcr1I=
=SKzP
-----END PGP SIGNATURE-----
_______________________________________________
List mailing list
[EMAIL PROTECTED]
http://epicsol.org/mailman/listinfo/list

Reply via email to