mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 08:14:48 +00:00
Proper ESC key
This commit is contained in:
parent
7407b2584e
commit
9d08a8f0f3
@ -152,7 +152,7 @@ U0 InputTask(U0 *args) {
|
||||
TCPSocketSendString(sock, "\x08");
|
||||
break;
|
||||
case CH_ESC:
|
||||
TCPSocketSend(sock, 0x27, 1);
|
||||
TCPSocketSendString(sock, "\x1B");
|
||||
break;
|
||||
case CH_SHIFT_ESC:
|
||||
force_disconnect = TRUE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user