aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-07-30 13:02:25 +0100
committerThomas Adam <thomas@xteddy.org>2018-07-30 13:02:25 +0100
commited6327c87b60fcf6a9c5fdec183da60836f1b6a4 (patch)
treefc972674acdef7ceb0847612bf28a0748bdd8c76 /tmux.h
parentaa32457772f175cd7b09b8a70caa002b44c0152b (diff)
parentb21a710de7344132fb9f770e20965a34dacd8696 (diff)
downloadrtmux-ed6327c87b60fcf6a9c5fdec183da60836f1b6a4.tar.gz
rtmux-ed6327c87b60fcf6a9c5fdec183da60836f1b6a4.tar.bz2
rtmux-ed6327c87b60fcf6a9c5fdec183da60836f1b6a4.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/tmux.h b/tmux.h
index b47a8be4..68fd8d5c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -739,28 +739,6 @@ struct window_mode {
};
#define WINDOW_MODE_TIMEOUT 180
-/* Structures for choose mode. */
-struct window_choose_data {
- struct client *start_client;
- struct session *start_session;
-
- u_int idx;
- int type;
-#define TREE_OTHER 0x0
-#define TREE_WINDOW 0x1
-#define TREE_SESSION 0x2
-
- struct session *tree_session; /* session of items in tree */
-
- struct winlink *wl;
- int pane_id;
-
- char *ft_template;
- struct format_tree *ft;
-
- char *command;
-};
-
/* Child window structure. */
struct window_pane {
u_int id;