Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

properly fix the "Tab completion in chat prompt" situation #44

Closed
sauerbraten opened this issue Feb 2, 2022 · 1 comment
Closed

properly fix the "Tab completion in chat prompt" situation #44

sauerbraten opened this issue Feb 2, 2022 · 1 comment

Comments

@sauerbraten
Copy link
Owner

from fa9ed0b#commitcomment-65828102:

When using bind T [inputcommand "" "" "" "cx"] the Tab key seems to behave as before, however the ability to send messages is lost, so everything typed after pressing T is interpreted as a command (even without the / ), is it intentional?
bind T [inputcommand "" [say $commandbuf] "" "cx"] brings back the message function but breaks the tab again 😢

sauerbraten referenced this issue Feb 2, 2022
so Tab prepends a '/' and always completes commands instead of names
@sauerbraten
Copy link
Owner Author

Oh. Just use

bind T [inputcommand "" "" "" "c"]

(without the x flag).

/cc @SalatielSauer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant