gysiang / minishell

0 stars 1 forks source link

Made tab key unable to execute after 1 press of the key. 2 press however will still trigger readline (nothing we can do about it) #284

Closed axellee1994 closed 4 months ago

axellee1994 commented 4 months ago

@gysiang I had a look at other people minishell including avery's. None of them resolved the tab issue so we will still defend it as usual because it is impossible to close without without bindkey command.

Our previous problem was that the moment we hit tab, ls comes out. Now if we hit tab and arrow keys consecutively, it will not appear. Hitting tab once will not show ls, but hitting it twice will still show.