zsh-users
 help / color / mirror / code / Atom feed
From: Nemeth Ervin <airwin@inf.bme.hu>
To: davidk@lysator.liu.se (David Kågedal)
Cc: zsh-users@sunsite.auc.dk
Subject: Re: is this a feature of zsh-3.1.6?
Date: 29 Dec 1999 11:34:51 +0100	[thread overview]
Message-ID: <gmvr9g6ox10.fsf@kempelen.iit.bme.hu> (raw)
In-Reply-To: davidk@lysator.liu.se's message of "27 Dec 1999 14:09:00 +0100"

>>>>> 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


  reply	other threads:[~1999-12-29 10:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-27  5:48 User ALEX
1999-12-27  7:02 ` Geoff Wing
1999-12-27  8:09   ` User ALEX
1999-12-27 12:09     ` Geoff Wing
1999-12-27 13:09       ` David Kågedal
1999-12-29 10:34         ` Nemeth Ervin [this message]
1999-12-29 10:35         ` Nemeth Ervin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gmvr9g6ox10.fsf@kempelen.iit.bme.hu \
    --to=airwin@inf.bme.hu \
    --cc=davidk@lysator.liu.se \
    --cc=zsh-users@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).