hamsterready / love-console

Simple Counter-Strike-like console for LÖVE games
MIT License
34 stars 6 forks source link

Fix history skip issue #25

Closed JasonGoemaat closed 6 years ago

JasonGoemaat commented 6 years ago

Fixed Issue #21. The history pointer should actually be after the list when typing a new line so that the first 'up' will move to the last actual history item in the list. Likewise down can go past the end of the list and set the input to blank.

hamsterready commented 6 years ago

Nice stuff, happy that you found the project useful :)