vbauerster / mpb

multi progress bar for Go cli applications
The Unlicense
2.31k stars 123 forks source link

Fix update for urxvt #2

Closed fd0 closed 7 years ago

fd0 commented 7 years ago

Move the cursor one line up instead of zero lines. This fixes the bar updates with urxvt, which does nothing otherwise. Also verified to work on libvte and xterm.

Before:

before

After:

after

vbauerster commented 7 years ago

Thank you man!