window.c: Add watch cursor
This commit is contained in:
@@ -643,6 +643,7 @@ static const char *cursors[] = {
|
||||
"top_side",
|
||||
"xterm",
|
||||
"hand1",
|
||||
"watch",
|
||||
};
|
||||
|
||||
static void
|
||||
|
||||
@@ -153,6 +153,7 @@ enum cursor_type {
|
||||
CURSOR_TOP,
|
||||
CURSOR_IBEAM,
|
||||
CURSOR_HAND1,
|
||||
CURSOR_WATCH
|
||||
};
|
||||
|
||||
typedef void (*window_key_handler_t)(struct window *window, struct input *input,
|
||||
|
||||
Reference in New Issue
Block a user