91861 / wayst

A simple terminal emulator
MIT License
283 stars 8 forks source link

vt_core: add handling of ANSI CSI [n] E and F #92

Closed samek-h closed 3 years ago

samek-h commented 3 years ago

Add handling of ANSI CSI sequences for "Move cursor to the beginning of the previous line" (F) and "Move cursor to the beginning of the next line" (E). Fixes at least pacman's multi-line progress bars.