mirror of
https://github.com/tmux/tmux.git
synced 2026-02-15 02:29:19 +00:00
Implement some obvious missing sort orders, from Dane Jensen in GitHub
issue 4813.
This commit is contained in:
3
window.c
3
window.c
@@ -330,6 +330,9 @@ window_create(u_int sx, u_int sy, u_int xpixel, u_int ypixel)
|
||||
RB_INSERT(windows, &windows, w);
|
||||
|
||||
window_set_fill_character(w);
|
||||
|
||||
if (gettimeofday(&w->creation_time, NULL) != 0)
|
||||
fatal("gettimeofday failed");
|
||||
window_update_activity(w);
|
||||
|
||||
log_debug("%s: @%u create %ux%u (%ux%u)", __func__, w->id, sx, sy,
|
||||
|
||||
Reference in New Issue
Block a user