Re: [Fish-users] Possibly broken echoing

2017-02-13 Thread Kurtis Rader
Please open an issue at https://github.com/fish-shell/fish-shell/issues/new It looks like the PROMPT_SP hack to deal with output from a command that does not end with a newline has been broken. Note that this does not happen if the output has more than a single character so we probably have an off

[Fish-users] Possibly broken echoing

2017-02-13 Thread Giuseppe Calabrese
Hello everyone, When I try to print a single non-control character to the terminal, I get nothing back. I tried different terminals and shells; it happens everywhere, only with Fish. echo -n x # prints nothing printf "%d" 9 # idem printf "%s" Y # idem printf "%x" 1