diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-01-12 12:01:10 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-01-12 12:01:10 +0000 |
commit | 1eb9500644f058113c0b108a049e05efda5e3436 (patch) | |
tree | 47d128b5f4e7ffac044dfacbef88c13ac83ecc01 /tmux.h | |
parent | 4a768619251d19769765bd6ed0d58f0a8bfab235 (diff) | |
parent | dad3090d3201bd8272cb762beea8ef3aa8ce9673 (diff) | |
download | rtmux-1eb9500644f058113c0b108a049e05efda5e3436.tar.gz rtmux-1eb9500644f058113c0b108a049e05efda5e3436.tar.bz2 rtmux-1eb9500644f058113c0b108a049e05efda5e3436.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2136,6 +2136,7 @@ void window_pane_alternate_off(struct window_pane *, void window_pane_set_palette(struct window_pane *, u_int, int); void window_pane_unset_palette(struct window_pane *, u_int); void window_pane_reset_palette(struct window_pane *); +int window_pane_get_palette(const struct window_pane *, int); int window_pane_set_mode(struct window_pane *, const struct window_mode *); void window_pane_reset_mode(struct window_pane *); @@ -2154,7 +2155,6 @@ void window_set_name(struct window *, const char *); void window_remove_ref(struct window *); void winlink_clear_flags(struct winlink *); int winlink_shuffle_up(struct session *, struct winlink *); -int window_pane_get_palette(const struct window_pane *, int); /* layout.c */ u_int layout_count_cells(struct layout_cell *); |