mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Proper ESC key
This commit is contained in:
parent
7407b2584e
commit
9d08a8f0f3
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ U0 InputTask(U0 *args) {
|
||||||
TCPSocketSendString(sock, "\x08");
|
TCPSocketSendString(sock, "\x08");
|
||||||
break;
|
break;
|
||||||
case CH_ESC:
|
case CH_ESC:
|
||||||
TCPSocketSend(sock, 0x27, 1);
|
TCPSocketSendString(sock, "\x1B");
|
||||||
break;
|
break;
|
||||||
case CH_SHIFT_ESC:
|
case CH_SHIFT_ESC:
|
||||||
force_disconnect = TRUE;
|
force_disconnect = TRUE;
|
||||||
|
|
Loading…
Reference in a new issue