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

web client - multiple command entry #93

Open
chrisspanton opened this issue Oct 15, 2020 · 4 comments
Open

web client - multiple command entry #93

chrisspanton opened this issue Oct 15, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@chrisspanton
Copy link
Collaborator

Web client should allow multiple commands to be entered at once either separated through semicolon, or newline (shift-enter).

I think at a least the semicolon option, to match trigger, alias, etc

@chrisspanton chrisspanton added the enhancement New feature or request label Oct 15, 2020
@chrisspanton
Copy link
Collaborator Author

Another aspect of this feature, is the option or setting to allow text to stay highlighted in the input dialog after you hit enter. That way typing a new command automatically overwrites, but hitting enter again simply executes the last command.

@Goldbishop
Copy link

Wouldnt it be better to Heap the commands and require an Enter key approach? Most of the traditional MUD clients allow you to send multiple commands via semi-colon but they are always sent as individual lines.

Are we treating the webpage as the client or simply an interface to the server?

@chrisspanton
Copy link
Collaborator Author

Not sure I follow the nuance of the comment... IMHO we're treating the webpage as a client, it has today and will continue to develop novel features.

@Seifert69
Copy link
Owner

Seifert69 commented Dec 8, 2020 via email

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

No branches or pull requests

3 participants