From 5e14ccf5a0eb632fc76cd9f7055cfd22551b85c7 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Wed, 26 Mar 2025 02:11:31 +0100 Subject: [PATCH] add a missing tclvareval("housekeeping_ctx", NULL); at the end of a new window creation --- src/xinit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/xinit.c b/src/xinit.c index 3d325f59..76426c16 100644 --- a/src/xinit.c +++ b/src/xinit.c @@ -1674,9 +1674,8 @@ static void create_new_window(int *window_count, const char *noconfirm, const ch * * tclvareval("restore_ctx ", prev_window, NULL); * new_schematic("switch", prev_window, "", 1); - * tclvareval("housekeeping_ctx", NULL); */ - + tclvareval("housekeeping_ctx", NULL); if(has_x) windowid(toppath); }