GuillemBarroso / CLing

2D survival game using command line
MIT License
3 stars 1 forks source link

Improve CL cursor #52

Closed GuillemBarroso closed 1 year ago

GuillemBarroso commented 1 year ago

The cursor is now properly implemented. With a blinking rectangle instead of the character "|".

Also, this PR introduces a nicer way to delete several letters by holding down the backspace button. A first cooldown (high) is placed and then, the letters are deleted much faster.

The same applies to moving through the user's input using left and right arrows.