You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you add tab auto-completion feature to terminal.cpp, Term:prompt?
If one wants a tab auto-completion, the only possible way is copying terminal.cpp codes and add "case Key::TAB:" by oneself.
It would be nice if tab auto-completion is provided by default in prompt sample code.