91861 / wayst

A simple terminal emulator
MIT License
287 stars 9 forks source link

Fix CSI H handling with only line given #23

Closed mawww closed 4 years ago

mawww commented 4 years ago

Previous code was incorrectly jumping to column uint32_t(-1) if it was not given in the CSI parameter instead of column 0.