Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Annoying misfeature: ZSH completely hides output without newlines!



Einar Huginson <huginson@xxxxxx> wrote:
> I have tried this with ZSH 4.2.5 and 4.2.6, linked against ncurses 5.4 
> (specifically the Gentoo ebuild 5.4-r6). Note that PS1='$ ' and I have marked 
> the cursor position with _
> 
> 1. Example: Just echo text without a newline
> 
> 	$ echo -n foo
> 	$ _

setopt nopromptcr

Regards, Frank




Messages sorted by: Reverse Date, Date, Thread, Author