usr.bin/tmux/tmux.h
1393
struct window {
usr.bin/tmux/tmux.h
2610
struct window_pane **sort_get_panes_window(struct window *, u_int *,
usr.bin/tmux/tmux.h
2664
void format_defaults_window(struct format_tree *, struct window *);
usr.bin/tmux/tmux.h
2695
struct window *);
usr.bin/tmux/tmux.h
2725
void events_fire_window(const char *, struct window *);
usr.bin/tmux/tmux.h
2874
void tty_update_window_offset(struct window *);
usr.bin/tmux/tmux.h
3057
struct session *, struct window *, int);
usr.bin/tmux/tmux.h
3058
int cmd_find_from_window(struct cmd_find_state *, struct window *,
usr.bin/tmux/tmux.h
3203
void alerts_queue(struct window *, int);
usr.bin/tmux/tmux.h
3297
void server_redraw_window(struct window *);
usr.bin/tmux/tmux.h
3298
void server_redraw_window_menu(struct window *);
usr.bin/tmux/tmux.h
3299
void server_redraw_window_borders(struct window *);
usr.bin/tmux/tmux.h
3300
void server_status_window(struct window *);
usr.bin/tmux/tmux.h
3305
void server_kill_window(struct window *, int);
usr.bin/tmux/tmux.h
3314
void server_unzoom_window(struct window *);
usr.bin/tmux/tmux.h
3366
void resize_window(struct window *, u_int, u_int, int, int);
usr.bin/tmux/tmux.h
3367
void default_window_size(struct client *, struct session *, struct window *,
usr.bin/tmux/tmux.h
3369
void recalculate_size(struct window *, int);
usr.bin/tmux/tmux.h
3595
void redraw_invalidate_scene(struct window *);
usr.bin/tmux/tmux.h
3630
int window_cmp(struct window *, struct window *);
usr.bin/tmux/tmux.h
3630
int window_cmp(struct window *, struct window *);
usr.bin/tmux/tmux.h
3631
RB_PROTOTYPE(windows, window, entry, window_cmp);
usr.bin/tmux/tmux.h
3637
struct winlink *winlink_find_by_window(struct winlinks *, struct window *);
usr.bin/tmux/tmux.h
3641
void winlink_set_window(struct winlink *, struct window *);
usr.bin/tmux/tmux.h
3653
void window_update_activity(struct window *);
usr.bin/tmux/tmux.h
3657
struct window_pane *window_get_active_at(struct window *, u_int, u_int);
usr.bin/tmux/tmux.h
3658
struct window_pane *window_find_string(struct window *, const char *);
usr.bin/tmux/tmux.h
3659
int window_has_floating_panes(struct window *);
usr.bin/tmux/tmux.h
3660
int window_has_pane(struct window *, struct window_pane *);
usr.bin/tmux/tmux.h
3662
int window_set_active_pane(struct window *, struct window_pane *,
usr.bin/tmux/tmux.h
3664
void window_fire_pane_moved(struct window_pane *, struct window *,
usr.bin/tmux/tmux.h
3665
int, struct window *, int);
usr.bin/tmux/tmux.h
3666
void window_update_focus(struct window *);
usr.bin/tmux/tmux.h
3668
void window_redraw_active_switch(struct window *,
usr.bin/tmux/tmux.h
3670
struct window_pane *window_add_pane(struct window *, struct window_pane *,
usr.bin/tmux/tmux.h
3672
void window_resize(struct window *, u_int, u_int, int, int);
usr.bin/tmux/tmux.h
3675
int window_unzoom(struct window *, int);
usr.bin/tmux/tmux.h
3676
void window_push_modal_zoom(struct window *);
usr.bin/tmux/tmux.h
3677
int window_pop_modal_zoom(struct window *);
usr.bin/tmux/tmux.h
3678
int window_push_zoom(struct window *, int, int);
usr.bin/tmux/tmux.h
3679
int window_pop_zoom(struct window *);
usr.bin/tmux/tmux.h
3680
void window_lost_pane(struct window *, struct window_pane *);
usr.bin/tmux/tmux.h
3681
void window_remove_pane(struct window *, struct window_pane *);
usr.bin/tmux/tmux.h
3682
struct window_pane *window_pane_at_index(struct window *, u_int);
usr.bin/tmux/tmux.h
3683
struct window_pane *window_pane_next_by_number(struct window *,
usr.bin/tmux/tmux.h
3685
struct window_pane *window_pane_previous_by_number(struct window *,
usr.bin/tmux/tmux.h
3689
u_int window_count_panes(struct window *, int);
usr.bin/tmux/tmux.h
3690
void window_destroy_panes(struct window *);
usr.bin/tmux/tmux.h
3731
void window_set_name(struct window *, const char *, int);
usr.bin/tmux/tmux.h
3732
void window_add_ref(struct window *, const char *);
usr.bin/tmux/tmux.h
3733
void window_remove_ref(struct window *, const char *);
usr.bin/tmux/tmux.h
3763
enum pane_lines window_get_pane_lines(struct window *);
usr.bin/tmux/tmux.h
3764
int window_get_pane_status(struct window *);
usr.bin/tmux/tmux.h
3771
void window_set_fill_cells(struct window *);
usr.bin/tmux/tmux.h
3774
void window_get_fill_cell(struct window *, int, struct grid_cell *);
usr.bin/tmux/tmux.h
3792
void layout_destroy_cell(struct window *, struct layout_cell *,
usr.bin/tmux/tmux.h
3794
void layout_resize_layout(struct window *, struct layout_cell *,
usr.bin/tmux/tmux.h
3800
void layout_fix_zindexes(struct window *, struct layout_cell *);
usr.bin/tmux/tmux.h
3804
void layout_fix_offsets(struct window *);
usr.bin/tmux/tmux.h
3805
void layout_fix_panes(struct window *, struct window_pane *);
usr.bin/tmux/tmux.h
3806
void layout_resize_adjust(struct window *, struct layout_cell *,
usr.bin/tmux/tmux.h
3808
void layout_resize_set_size(struct window *, struct layout_cell *,
usr.bin/tmux/tmux.h
3811
void layout_init(struct window *, struct window_pane *);
usr.bin/tmux/tmux.h
3812
void layout_free(struct window *, int);
usr.bin/tmux/tmux.h
3813
void layout_resize(struct window *, u_int, u_int);
usr.bin/tmux/tmux.h
3828
struct layout_cell *layout_replace_with_node(struct window *,
usr.bin/tmux/tmux.h
3832
struct layout_cell *layout_floating_pane(struct window *, struct window_pane *,
usr.bin/tmux/tmux.h
3835
int layout_spread_cell(struct window *, struct layout_cell *);
usr.bin/tmux/tmux.h
3838
struct window *, struct window_pane *, int, char **);
usr.bin/tmux/tmux.h
3840
enum pane_lines, struct window *, struct window_pane *,
usr.bin/tmux/tmux.h
3843
enum pane_lines, struct window *, struct layout_geometry *,
usr.bin/tmux/tmux.h
3846
struct window *, struct layout_geometry *, enum pane_lines,
usr.bin/tmux/tmux.h
3848
int layout_remove_tile(struct window *, struct layout_cell *);
usr.bin/tmux/tmux.h
3849
int layout_insert_tile(struct window *, struct layout_cell *);
usr.bin/tmux/tmux.h
3852
char *layout_dump(struct window *, struct layout_cell *);
usr.bin/tmux/tmux.h
3853
int layout_parse(struct window *, const char *, char **);
usr.bin/tmux/tmux.h
3857
u_int layout_set_select(struct window *, u_int);
usr.bin/tmux/tmux.h
3858
u_int layout_set_next(struct window *);
usr.bin/tmux/tmux.h
3859
u_int layout_set_previous(struct window *);
usr.bin/tmux/tmux.h
3955
void check_window_name(struct window *);
usr.bin/tmux/tmux.h
3956
char *default_window_name(struct window *);
usr.bin/tmux/tmux.h
4018
struct winlink *session_attach(struct session *, struct window *, int,
usr.bin/tmux/tmux.h
4021
int session_has(struct session *, struct window *);
usr.bin/tmux/tmux.h
4022
int session_is_linked(struct session *, struct window *);
usr.bin/tmux/tmux.h
4105
void menu_close(struct window *);
usr.bin/tmux/tmux.h
4106
void menu_destroy(struct window *);
usr.bin/tmux/tmux.h
4114
void menu_resize(struct menu_data *, struct window *);