mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
b25dc423b0
30 changed files with 1106 additions and 661 deletions
|
|
@ -351,6 +351,7 @@ server_unlink_window(struct session *s, struct winlink *wl)
|
|||
server_destroy_session_group(s);
|
||||
else
|
||||
server_redraw_session_group(s);
|
||||
session_renumber_windows(s);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
@ -607,7 +608,8 @@ server_set_stdin_callback(struct client *c, void (*cb)(struct client *, int,
|
|||
void
|
||||
server_unzoom_window(struct window *w)
|
||||
{
|
||||
window_unzoom(w);
|
||||
server_redraw_window(w);
|
||||
server_status_window(w);
|
||||
if (window_unzoom(w) == 0) {
|
||||
server_redraw_window(w);
|
||||
server_status_window(w);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue