disable line wrap in xterm??

Michael Hudson mwh at python.net
Tue Jun 19 14:15:20 EDT 2001


On Tue, 19 Jun 2001, Scherer, Bill wrote:

> On 19 Jun 2001, Michael Hudson wrote:
>
> > To turn auto-wrap off:
> >
> > print "\033[?7l"
> >
> > to turn it on:
> >
> > print "\033[?7h"
>
> That does it. Thanks!

No problem!

> >
> > Do you have the ctlseqs.TXT document?  It's handy for this sort of
> > thing.
>
> Never heard of it.

This:

http://www.giccs.georgetown.edu/~ric/howto/Xterm-Title/ctlseq2.txt

seems to be a copy.

Cheers,
M.





More information about the Python-list mailing list