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
{{ message }}
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.
Server operators should be able to type commands into the console shell window. The server should have some kind of concept of a console user. Use a cross-platform library such as Readline if necessary. Since it would be nice to have command history and cursor movement, do not use raw std::cin or std::getline.
(Thanks Xerolyph for suggestion)
The text was updated successfully, but these errors were encountered:
Server operators should be able to type commands into the console shell window. The server should have some kind of concept of a console user. Use a cross-platform library such as Readline if necessary. Since it would be nice to have command history and cursor movement, do not use raw std::cin or std::getline.
(Thanks Xerolyph for suggestion)
The text was updated successfully, but these errors were encountered: