mirror of
https://github.com/tmux/tmux.git
synced 2025-10-26 12:27:15 +00:00
Only redraw pane when it has actually changed.
This commit is contained in:
2
tmux.h
2
tmux.h
@@ -2116,7 +2116,7 @@ void window_destroy(struct window *);
|
||||
struct window_pane *window_get_active_at(struct window *, u_int, u_int);
|
||||
void window_set_active_at(struct window *, u_int, u_int);
|
||||
struct window_pane *window_find_string(struct window *, const char *);
|
||||
void window_set_active_pane(struct window *, struct window_pane *);
|
||||
int window_set_active_pane(struct window *, struct window_pane *);
|
||||
struct window_pane *window_add_pane(struct window *, u_int);
|
||||
void window_resize(struct window *, u_int, u_int);
|
||||
int window_zoom(struct window_pane *);
|
||||
|
||||
Reference in New Issue
Block a user