Proper ESC key

This commit is contained in:
y4my4my4m 2023-05-11 22:40:15 +09:00
parent 7407b2584e
commit 9d08a8f0f3

View file

@ -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;