apsun / loliOS

Lightweight & operational Linux-inspired OS.
33 stars 1 forks source link

Terminal cursor position and input buffer out of sync #3

Closed apsun closed 7 years ago

apsun commented 7 years ago

If the cursor's logical x == 0, we decrement the input buffer count but don't delete the character on screen. This causes the characters on screen to become out of sync with what's actually in the buffer.

apsun commented 7 years ago

Fixed in r9611.