aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2022-06-17 10:01:10 +0100
committerThomas Adam <thomas@xteddy.org>2022-06-17 10:01:10 +0100
commit8ff3091d1677159150dee3791cd244029b9f47d3 (patch)
treefd98727b4e5ebdce8951dd114c75f2774b2fdb76 /tmux.h
parent89fe2680a9fdbdda3674851e61fd96c76ea923c2 (diff)
parentd9f84854ac01c8d4f6d5507e88d1dc7bcdd99558 (diff)
downloadrtmux-8ff3091d1677159150dee3791cd244029b9f47d3.tar.gz
rtmux-8ff3091d1677159150dee3791cd244029b9f47d3.tar.bz2
rtmux-8ff3091d1677159150dee3791cd244029b9f47d3.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index c8061da5..b21a3066 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2999,6 +2999,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 *);