thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.73k stars 240 forks source link

Character ─ in zsh PS1 repeats characters when tab completing #649

Closed lkmill closed 3 years ago

lkmill commented 5 years ago

With the following .zshrc

PS1='─'

I get bunch of incorrect characters when tab completing in zsh and termite. The more (or similar, causes the same behaviour) i add the more incorrect characters are added.

It only seems to happen when the tab completion has multiple suggestions. Ie if i type chr<TAB> and it suggests chromedriver, chromium etc.

thestinger commented 3 years ago

Termite is obsolete. Please use Alacritty instead. See https://github.com/thestinger/termite#termite-is-obsoleted-by-alacritty for more details.