From 11589d462395a6091dec31798273aeec228c0c16 Mon Sep 17 00:00:00 2001 From: Chu'vok Date: Fri, 20 Sep 2024 00:05:48 +0200 Subject: [PATCH] reduce code size by 5 bytes --- tim.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tim.h b/tim.h index cf3d8a6..f9f6d2f 100644 --- a/tim.h +++ b/tim.h @@ -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