mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
_absolute is redundant, just use tty_region.
This commit is contained in:
2
server.c
2
server.c
@ -1050,7 +1050,7 @@ server_handle_client(struct client *c)
|
||||
* tty_region/tty_reset/tty_update_mode already take care of not
|
||||
* resetting things that are already in their default state.
|
||||
*/
|
||||
tty_region_absolute(&c->tty, 0, c->tty.sy - 1);
|
||||
tty_region(&c->tty, 0, c->tty.sy - 1);
|
||||
|
||||
status = options_get_number(oo, "status");
|
||||
if (!window_pane_visible(wp) || wp->yoff + s->cy >= c->tty.sy - status)
|
||||
|
Reference in New Issue
Block a user