Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: is this a feature of zsh-3.1.6?
- X-seq: zsh-users 2819
- From: Nemeth Ervin <airwin@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: is this a feature of zsh-3.1.6?
- Date: 29 Dec 1999 11:35:11 +0100
- In-reply-to: davidk@xxxxxxxxxxxxxx's message of "27 Dec 1999 14:09:00 +0100"
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <slrn86e3od.9r2.mason@xxxxxxxxxxxxxxxxxxxxx> <Pine.BSF.4.21.9912270108070.2876-100000@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <19991227230913.A12761@xxxxxxxxxxxxxxx> <jpn1qwcyz7.fsf@xxxxxxxxxxxxxxxxxxxx>
- Sender: airwin@xxxxxxxxxx
>>>>> David Kågedal writes:
[...]
> I use no_prompt_cr, and I have a right prompt and stuff. Of course
> the command line gets a little messes up when programs don't finish
> their output with a newline, but that can easily be cleared up with
> ctrl-L. I prefer to clear the mess up myselft rather than having zsh
> hide output.
I have the same config, but I don't enjoy cleaning up the mess.
Let's take a look, what is the behaviour in an xterm window:
-------------------------------------------------------------------------------
airwin@kempelen:~ % echo -n Hello World\! % 257
Hello World!airwin@kempelen:~ % % 258
-------------------------------------------------------------------------------
Now I turn "Auto Wraparound" off in xterm:
-------------------------------------------------------------------------------
airwin@kempelen:~ % echo -n Hello World\! % 257
Hello World!airwin@kempelen:~ % 7
-------------------------------------------------------------------------------
^ the cursor is here
Now with "Auto Wraparound" and "Reverse Wraparound"
-------------------------------------------------------------------------------
airwin@kempelen:~ % echo -n Hello World\! % 257
Hello World!airwin@kempelen:~ % % 257
-------------------------------------------------------------------------------
^ the cursor is here
Is there a way to correct this problem? (Assuming a perfect terminfo/termcap
database) Irrespectively of the terminal.
--
____ ____________________________________________________
/____| NEMETH, ERVIN |____________________________________________________|
// < airwin @ inf.bme.hu > http://www.inf.bme.hu/~airwin
||
|| "Nonsense. All you have to do is say 'Engage'"
|| -- Patrick Stewart about warp theory
Messages sorted by:
Reverse Date,
Date,
Thread,
Author