On 04/03/18 11:55 PM, Sebastian Gniazdowski wrote:
Use "setopt promptcr" to see output that doesn't end with \n.
$ echo -n "1" 1 $ $ set promptcr off $ echo -n "1" 1# $ ... What on earth is that for? What does " 1# " mean?