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

Re: zsh doesn't print only one symbol



On 05/03/18 09:54 AM, Jérémie Roquet wrote:
2018-03-05 18:14 GMT+01:00 Ray Andrews <rayandrews@xxxxxxxxxxx>:
$ set promptcr off
Is this meant as an alias for “unsetopt promptcr”? If so, it doesn't
behave as such for me.

Best regards,

Pardon. The above failed, but when I pasted it into the email I erased the line that worked (as you showed) and left the line that did nothing. That's sloppy.  Anyway, my question remains:


$ setopt nopromptcr

$ echo -n "1"
1
$ unsetopt nopromptcr

$ echo -n "1"
1#



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