diff options
| author | 2017-01-12 10:15:55 +0000 | |
|---|---|---|
| committer | 2017-01-12 10:15:55 +0000 | |
| commit | b3b0c651de51f8a533aa7c4309572490c0d06ecb (patch) | |
| tree | 6569cb2089bcbe905741d00acb5417f99a4cb59a /usr.bin/tmux/tmux.h | |
| parent | Unlink PF state keys before passing mbufs to drivers. (diff) | |
| download | wireguard-openbsd-b3b0c651de51f8a533aa7c4309572490c0d06ecb.tar.xz wireguard-openbsd-b3b0c651de51f8a533aa7c4309572490c0d06ecb.zip | |
Put all palette functions together in the file.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
| -rw-r--r-- | usr.bin/tmux/tmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index b5f37bffd86..4b9cfd767e1 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.691 2017/01/12 00:19:32 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.692 2017/01/12 10:15:55 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -2134,6 +2134,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 *); @@ -2152,7 +2153,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 *); |
