We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1ffd2 commit d978c64Copy full SHA for d978c64
ghost_terminal.cpp
@@ -18,7 +18,7 @@ int main(){
18
wstring commad;
19
SSTP_ret_t Result;
20
wcout << ">> ";
21
- while (wcin >> commad && commad != L"exit") {
+ while (getline(wcin,commad) && commad != L"exit") {
22
if(!linker.Has_Event(L"ShioriEcho"))
23
wcout << "Event Has_Event or ShioriEcho Not define.\n";
24
linker.NOTYFY({ { L"Event", L"ShioriEcho" },
0 commit comments