kelleyma49 / PSFzf

A PowerShell wrapper around the fuzzy finder fzf
MIT License
750 stars 35 forks source link

Tab Completion causes permanent text misalignment #274

Open Alfamari opened 2 weeks ago

Alfamari commented 2 weeks ago

After repeated use of tab completion the text will be permanently misaligned for the lifespan of the shell. It doesn't trigger on every one, but after enough tab completions it will inevitably trigger and persist for the duration of the shell. I initially thought it was an issue with windows terminal, but I've since switched to wezterm and am experiencing it there too.

Correct:

wezterm-gui_6LopWVSvSG

No extra newline:

wezterm-gui_W6Z27pcN4a

Incorrect:

wezterm-psfzf-text-misalignment-with-arrows

Extra newline:

wezterm-gui_cA2hRWNy35

brian6932 commented 1 week ago

duplicate of #189