Implement some obvious missing sort orders, from Dane Jensen in GitHub

issue 4813.
This commit is contained in:
nicm
2026-02-10 09:55:53 +00:00
parent 5a33616e65
commit 25f6d8b1e9
4 changed files with 40 additions and 14 deletions

View File

@@ -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,