diff options
author | nicm <nicm> | 2022-06-17 07:28:05 +0000 |
---|---|---|
committer | nicm <nicm> | 2022-06-17 07:28:05 +0000 |
commit | d9f84854ac01c8d4f6d5507e88d1dc7bcdd99558 (patch) | |
tree | 3f95abd5d0709dff64a4246dd960cd3bf6a508d8 /tmux.h | |
parent | 7cee982f909d29e7331d35bd9c21d337688b9ea1 (diff) | |
download | rtmux-d9f84854ac01c8d4f6d5507e88d1dc7bcdd99558.tar.gz rtmux-d9f84854ac01c8d4f6d5507e88d1dc7bcdd99558.tar.bz2 rtmux-d9f84854ac01c8d4f6d5507e88d1dc7bcdd99558.zip |
Check cursor options when a pane is created, not just when they are changed.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2997,6 +2997,7 @@ void *window_pane_get_new_data(struct window_pane *, void window_pane_update_used_data(struct window_pane *, struct window_pane_offset *, size_t); void window_set_fill_character(struct window *); +void window_pane_default_cursor(struct window_pane *); /* layout.c */ u_int layout_count_cells(struct layout_cell *); |