Pineconium / ChoacuryOS

A WIP custom built OS
GNU General Public License v3.0
24 stars 6 forks source link

Backspace after tab space is not working properly #31

Closed kumarp149 closed 1 month ago

kumarp149 commented 1 month ago

Steps to reproduce: 1) run the command in the root of the source code: make run 2) type ls <tab> <tab> as a command after initializing commands list 3) now try to type backspaces until we reset the cursor column to the initial state (i.e. until the line is empty)

Expected Behavior: Unable to reset the cursor column to initial state

Actual Behavior: We should be able to reset the cursor to initial state