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

Re: PROMPT_SP and empty PROMPT_EOL_MARK



On 6 December 2010 21:35, Greg Klanderman <gak@xxxxxxxxxxxxxx> wrote:
>
>> What is the rationale for disallowing an empty indicator?
>
> If you don't want it, wouldn't you just turn off PROMPTSP?

Because that's not what promptsp does?

% echo -n hello
hello
% setopt nopromptsp
% echo -n hello
%
% setopt nopromptcr
% echo -n hello
hello%
(at this point the cursor is on the first l)

-- 
Mikael Magnusson



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