ii8 / havoc

minimal terminal emulator for wayland
Other
103 stars 17 forks source link

arch linux pacman progress bars offset one line #40

Closed jmcamp closed 2 years ago

jmcamp commented 2 years ago

I'm running havoc git on sway on arch linux.

When I execute pacman commands such as "sudo pacman -Syy" in havoc, the progress bars are displayed offset one line: havoc_pacman

If I run the same command in sakura, they are displayed correctly: sakura_pacman

Havoc outputs the following when running "sudo pacman -Syy": unhandled CSI sequence F unhandled CSI sequence E unhandled CSI sequence F unhandled CSI sequence E unhandled CSI sequence F unhandled CSI sequence E

ii8 commented 2 years ago

Those missing CSI sequences were indeed the issue, should be fixed in 1de025a7e75318c2319fda209faf0bd42e7f1e1a

jmcamp commented 2 years ago

Works! Thanks for the quick fix.