now works

This commit is contained in:
2024-12-26 16:19:33 +03:00
parent a3004491d6
commit 0973379f53

View File

@@ -542,10 +542,6 @@ void PIKbdListener::readKeyboard() {
void PIKbdListener::stop() {
PIThread::stop();
#ifndef WINDOWS
char c = '\n';
write(0, &c, 1);
#endif
}