usr.bin/tmux/tmux.h
1393
struct window {
usr.bin/tmux/tmux.h
2612
struct window_pane **sort_get_panes_window(struct window *, u_int *,
usr.bin/tmux/tmux.h
2666
void format_defaults_window(struct format_tree *, struct window *);
usr.bin/tmux/tmux.h
2697
struct window *);
usr.bin/tmux/tmux.h
2727
void events_fire_window(const char *, struct window *);
usr.bin/tmux/tmux.h
2876
void tty_update_window_offset(struct window *);
usr.bin/tmux/tmux.h
3059
struct session *, struct window *, int);
usr.bin/tmux/tmux.h
3060
int cmd_find_from_window(struct cmd_find_state *, struct window *,
usr.bin/tmux/tmux.h
3205
void alerts_queue(struct window *, int);
usr.bin/tmux/tmux.h
3299
void server_redraw_window(struct window *);
usr.bin/tmux/tmux.h
3300
void server_redraw_window_menu(struct window *);
usr.bin/tmux/tmux.h
3301
void server_redraw_window_borders(struct window *);
usr.bin/tmux/tmux.h
3302
void server_status_window(struct window *);
usr.bin/tmux/tmux.h
3307
void server_kill_window(struct window *, int);
usr.bin/tmux/tmux.h
3316
void server_unzoom_window(struct window *);
usr.bin/tmux/tmux.h
3368
void resize_window(struct window *, u_int, u_int, int, int);
usr.bin/tmux/tmux.h
3369
void default_window_size(struct client *, struct session *, struct window *,
usr.bin/tmux/tmux.h
3371
void recalculate_size(struct window *, int);
usr.bin/tmux/tmux.h
3597
void redraw_invalidate_scene(struct window *);
usr.bin/tmux/tmux.h
3632
int window_cmp(struct window *, struct window *);
usr.bin/tmux/tmux.h
3632
int window_cmp(struct window *, struct window *);
usr.bin/tmux/tmux.h
3633
RB_PROTOTYPE(windows, window, entry, window_cmp);
usr.bin/tmux/tmux.h
3639
struct winlink *winlink_find_by_window(struct winlinks *, struct window *);
usr.bin/tmux/tmux.h
3643
void winlink_set_window(struct winlink *, struct window *);
usr.bin/tmux/tmux.h
3655
void window_update_activity(struct window *);
usr.bin/tmux/tmux.h
3659
struct window_pane *window_get_active_at(struct window *, u_int, u_int);
usr.bin/tmux/tmux.h
3660
struct window_pane *window_find_string(struct window *, const char *);
usr.bin/tmux/tmux.h
3661
int window_has_floating_panes(struct window *);
usr.bin/tmux/tmux.h
3662
int window_has_pane(struct window *, struct window_pane *);
usr.bin/tmux/tmux.h
3664
int window_set_active_pane(struct window *, struct window_pane *,
usr.bin/tmux/tmux.h
3666
void window_fire_pane_moved(struct window_pane *, struct window *,
usr.bin/tmux/tmux.h
3667
int, struct window *, int);
usr.bin/tmux/tmux.h
3668
void window_update_focus(struct window *);
usr.bin/tmux/tmux.h
3670
void window_redraw_active_switch(struct window *,
usr.bin/tmux/tmux.h
3672
struct window_pane *window_add_pane(struct window *, struct window_pane *,
usr.bin/tmux/tmux.h
3674
void window_resize(struct window *, u_int, u_int, int, int);
usr.bin/tmux/tmux.h
3677
int window_unzoom(struct window *, int);
usr.bin/tmux/tmux.h
3678
void window_push_modal_zoom(struct window *);
usr.bin/tmux/tmux.h
3679
int window_pop_modal_zoom(struct window *);
usr.bin/tmux/tmux.h
3680
int window_push_zoom(struct window *, int, int);
usr.bin/tmux/tmux.h
3681
int window_pop_zoom(struct window *);
usr.bin/tmux/tmux.h
3682
void window_lost_pane(struct window *, struct window_pane *);
usr.bin/tmux/tmux.h
3683
void window_remove_pane(struct window *, struct window_pane *);
usr.bin/tmux/tmux.h
3684
struct window_pane *window_pane_at_index(struct window *, u_int);
usr.bin/tmux/tmux.h
3685
struct window_pane *window_pane_next_by_number(struct window *,
usr.bin/tmux/tmux.h
3687
struct window_pane *window_pane_previous_by_number(struct window *,
usr.bin/tmux/tmux.h
3691
u_int window_count_panes(struct window *, int);
usr.bin/tmux/tmux.h
3692
void window_destroy_panes(struct window *);
usr.bin/tmux/tmux.h
3733
void window_set_name(struct window *, const char *, int);
usr.bin/tmux/tmux.h
3734
void window_add_ref(struct window *, const char *);
usr.bin/tmux/tmux.h
3735
void window_remove_ref(struct window *, const char *);
usr.bin/tmux/tmux.h
3765
enum pane_lines window_get_pane_lines(struct window *);
usr.bin/tmux/tmux.h
3766
int window_get_pane_status(struct window *);
usr.bin/tmux/tmux.h
3773
void window_set_fill_cells(struct window *);
usr.bin/tmux/tmux.h
3776
void window_get_fill_cell(struct window *, int, struct grid_cell *);
usr.bin/tmux/tmux.h
3794
void layout_destroy_cell(struct window *, struct layout_cell *,
usr.bin/tmux/tmux.h
3796
void layout_resize_layout(struct window *, struct layout_cell *,
usr.bin/tmux/tmux.h
3802
void layout_fix_zindexes(struct window *, struct layout_cell *);
usr.bin/tmux/tmux.h
3806
void layout_fix_offsets(struct window *);
usr.bin/tmux/tmux.h
3807
void layout_fix_panes(struct window *, struct window_pane *);
usr.bin/tmux/tmux.h
3808
void layout_resize_adjust(struct window *, struct layout_cell *,
usr.bin/tmux/tmux.h
3810
void layout_resize_set_size(struct window *, struct layout_cell *,
usr.bin/tmux/tmux.h
3813
void layout_init(struct window *, struct window_pane *);
usr.bin/tmux/tmux.h
3814
void layout_free(struct window *, int);
usr.bin/tmux/tmux.h
3815
void layout_resize(struct window *, u_int, u_int);
usr.bin/tmux/tmux.h
3830
struct layout_cell *layout_replace_with_node(struct window *,
usr.bin/tmux/tmux.h
3834
struct layout_cell *layout_floating_pane(struct window *, struct window_pane *,
usr.bin/tmux/tmux.h
3837
int layout_spread_cell(struct window *, struct layout_cell *);
usr.bin/tmux/tmux.h
3840
struct window *, struct window_pane *, int, char **);
usr.bin/tmux/tmux.h
3842
enum pane_lines, struct window *, struct window_pane *,
usr.bin/tmux/tmux.h
3845
enum pane_lines, struct window *, struct layout_geometry *,
usr.bin/tmux/tmux.h
3848
struct window *, struct layout_geometry *, enum pane_lines,
usr.bin/tmux/tmux.h
3850
int layout_remove_tile(struct window *, struct layout_cell *);
usr.bin/tmux/tmux.h
3851
int layout_insert_tile(struct window *, struct layout_cell *);
usr.bin/tmux/tmux.h
3854
char *layout_dump(struct window *, struct layout_cell *);
usr.bin/tmux/tmux.h
3855
int layout_parse(struct window *, const char *, char **);
usr.bin/tmux/tmux.h
3859
u_int layout_set_select(struct window *, u_int);
usr.bin/tmux/tmux.h
3860
u_int layout_set_next(struct window *);
usr.bin/tmux/tmux.h
3861
u_int layout_set_previous(struct window *);
usr.bin/tmux/tmux.h
3957
void check_window_name(struct window *);
usr.bin/tmux/tmux.h
3958
char *default_window_name(struct window *);
usr.bin/tmux/tmux.h
4023
struct winlink *session_attach(struct session *, struct window *, int,
usr.bin/tmux/tmux.h
4026
int session_has(struct session *, struct window *);
usr.bin/tmux/tmux.h
4027
int session_is_linked(struct session *, struct window *);
usr.bin/tmux/tmux.h
4110
void menu_close(struct window *);
usr.bin/tmux/tmux.h
4111
void menu_destroy(struct window *);
usr.bin/tmux/tmux.h
4119
void menu_resize(struct menu_data *, struct window *);