bew / dotfiles

All my dotfiles in one place!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weird pre-command output with \X escapes in command

bew opened this issue · comments

Weird output before command execution when there is a backslash escaped char in the command:
weird
With input: echo "foo\t\tbar"
(exact cause unknown, need to investigate)

Another one:
Input: printf '\e[48;5;%dm ' {0..255}; printf '\e[0m \n'
bug_zsh

Still happens today.

Another one:
Input: printf '\e[48;5;%dm ' {0..255}; printf '\e[0m \n'
bug_zsh

This was partially fixed by #45, the output is still not good though:

bug

So it happens on urxvt, but NOT on wezterm 👀

Closing as I'm a wezterm main now, and this is not a problem there.