summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-29 12:23:16 -0500
committerpommicket <pommicket@gmail.com>2022-12-29 12:23:16 -0500
commit7dca1a04452ca6caf6e230839c48f0f9dd9d67b8 (patch)
tree807b29089283f15a08cf809a1ff2e5984dd725f6 /ted.h
parent18fbb21e6b95139a8890ba4a65f4402df128ac84 (diff)
hover colors
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ted.h b/ted.h
index 004cc2a..64fb993 100644
--- a/ted.h
+++ b/ted.h
@@ -477,7 +477,7 @@ typedef struct Ted {
v2d prev_active_buffer_scroll;
SDL_Cursor *cursor_arrow, *cursor_ibeam, *cursor_resize_h, *cursor_resize_v, *cursor_hand, *cursor_move;
- SDL_Cursor *cursor; // which cursor to use this frame
+ SDL_Cursor *cursor; // which cursor to use this frame (NULL for no cursor)
// node containing tab user is dragging around, NULL if user is not dragging a tab
Node *dragging_tab_node;