diff options
author | pommicket <pommicket@gmail.com> | 2023-08-06 22:14:51 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-06 22:14:51 -0400 |
commit | 35ce572bf4333c12a6a578f72d7839042e6e273f (patch) | |
tree | 75dc03b0edd194df6ab2a3bd9daf5bd4e77f7615 /main.c | |
parent | 823815101f55ca0ce67f36867b93934ccdba1953 (diff) |
buffer edit notifications
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) { |