From 35ce572bf4333c12a6a578f72d7839042e6e273f Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 6 Aug 2023 22:14:51 -0400 Subject: buffer edit notifications --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') diff --git a/main.c b/main.c index 3f66d5a..19d4b6c 100644 --- a/main.c +++ b/main.c @@ -781,6 +781,7 @@ int main(int argc, char **argv) { ted->mouse_state = SDL_GetMouseState(&mx, &my); ted->mouse_pos = (vec2){(float)mx, (float)my}; } + // default to arrow cursor ted->cursor = ted->cursor_arrow; if (!(ted->mouse_state & SDL_BUTTON_LMASK)) { -- cgit v1.2.3