summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-06 22:14:51 -0400
committerpommicket <pommicket@gmail.com>2023-08-06 22:14:51 -0400
commit35ce572bf4333c12a6a578f72d7839042e6e273f (patch)
tree75dc03b0edd194df6ab2a3bd9daf5bd4e77f7615 /main.c
parent823815101f55ca0ce67f36867b93934ccdba1953 (diff)
buffer edit notifications
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
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)) {