We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c78b48 commit b21a710Copy full SHA for b21a710
tmux.h
@@ -735,28 +735,6 @@ struct window_mode {
735
};
736
#define WINDOW_MODE_TIMEOUT 180
737
738
-/* Structures for choose mode. */
739
-struct window_choose_data {
740
- struct client *start_client;
741
- struct session *start_session;
742
-
743
- u_int idx;
744
- int type;
745
-#define TREE_OTHER 0x0
746
-#define TREE_WINDOW 0x1
747
-#define TREE_SESSION 0x2
748
749
- struct session *tree_session; /* session of items in tree */
750
751
- struct winlink *wl;
752
- int pane_id;
753
754
- char *ft_template;
755
- struct format_tree *ft;
756
757
- char *command;
758
-};
759
760
/* Child window structure. */
761
struct window_pane {
762
u_int id;
0 commit comments