mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@ -342,6 +342,7 @@ server_destroy_pane(struct window_pane *wp, int notify)
|
|||||||
|
|
||||||
time(&t);
|
time(&t);
|
||||||
ctime_r(&t, tim);
|
ctime_r(&t, tim);
|
||||||
|
tim[strcspn(tim, "\n")] = '\0';
|
||||||
|
|
||||||
if (WIFEXITED(wp->status)) {
|
if (WIFEXITED(wp->status)) {
|
||||||
screen_write_nputs(&ctx, -1, &gc,
|
screen_write_nputs(&ctx, -1, &gc,
|
||||||
|
Reference in New Issue
Block a user