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

Re: zsh overwrites non-newline-terminated output?



On Apr 24,  7:51pm, Jos Backus wrote:
} Subject: Re: zsh overwrites non-newline-terminated output?
}
} On Fri, Apr 23, 1999 at 10:40:32AM -0700, Jon McAuliffe wrote:
} > how do i tell zsh not to overwrite the output?
} 
} setopt nopromptcr
} 
} This should really go into the FAQ :-) (I asked it a few weeks ago).

If it does go in the FAQ, it should include a note that RPROMPT (RPS1)
does not work correctly unless PROMPT (PS1) starts at far left.  Thus
if you use RPS1, you either need setopt promptcr, or you need a newline
in PS1 somewhere.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



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