Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-04-16 10:01:33 +01:00
3 changed files with 15 additions and 2 deletions

View File

@ -335,8 +335,8 @@ server_destroy_pane(struct window_pane *wp, int notify)
tim);
} else if (WIFSIGNALED(wp->status)) {
screen_write_nputs(&ctx, -1, &gc,
"Pane is dead (signal %d, %s)",
WTERMSIG(wp->status),
"Pane is dead (signal %s, %s)",
sig2name(WTERMSIG(wp->status)),
tim);
}