an-cabal / an-editor

an text editor
MIT License
6 stars 1 forks source link

Fix panics when cursor position attempts to move past (0, 0) #14

Open hawkw opened 7 years ago

hawkw commented 7 years ago

This is real easy, we just need to change the subtraction to saturating subtraction.