reduce code size by 5 bytes

This commit is contained in:
Chu'vok
2024-09-20 00:05:48 +02:00
parent d3161b22bf
commit 11589d4623

1
tim.h
View File

@@ -807,7 +807,6 @@ static void read_event(int timeout_ms) {
write_str(S("\33[?25l"));
DWORD r = WaitForSingleObject(h, timeout_ms);
if (r == WAIT_TIMEOUT) {
e->type = DRAW_EVENT;
update_screen_size(); // workaround, see WINDOW_BUFFER_SIZE_EVENT