GuillemBarroso / CLing

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

Find solution for deleting both letter and selection #67

Open GuillemBarroso opened 1 year ago

GuillemBarroso commented 1 year ago

Find how to delete a word and a letter using the same structure.

Currently, the temporal fix has been to set a delay of 5ms in fast_delete.

Find an elegant solution for this.