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.
2 parents aa32457 + b21a710 commit ed6327cCopy full SHA for ed6327c
tmux.h
@@ -739,28 +739,6 @@ struct window_mode {
739
};
740
#define WINDOW_MODE_TIMEOUT 180
741
742
-/* Structures for choose mode. */
743
-struct window_choose_data {
744
- struct client *start_client;
745
- struct session *start_session;
746
-
747
- u_int idx;
748
- int type;
749
-#define TREE_OTHER 0x0
750
-#define TREE_WINDOW 0x1
751
-#define TREE_SESSION 0x2
752
753
- struct session *tree_session; /* session of items in tree */
754
755
- struct winlink *wl;
756
- int pane_id;
757
758
- char *ft_template;
759
- struct format_tree *ft;
760
761
- char *command;
762
-};
763
764
/* Child window structure. */
765
struct window_pane {
766
u_int id;
0 commit comments