about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2018-03-10 01:48:43 +0000
committerJames Booth <boothj5@gmail.com>2018-03-10 01:48:43 +0000
commitb7cb527608204db6e2c085c2610516714955e1c8 (patch)
tree9172004c2f39cd4fef6fbfe3c3e2126d54b14fd8 /src/command/cmd_funcs.c
parent5dbddf4d43aac901026c6d31fa8657e752820c9c (diff)
downloadprofani-tty-b7cb527608204db6e2c085c2610516714955e1c8.tar.gz
Tidy windows when closing room config
Diffstat (limited to 'src/command/cmd_funcs.c')
-rw-r--r--src/command/cmd_funcs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c
index e6e53ca4..98a08267 100644
--- a/src/command/cmd_funcs.c
+++ b/src/command/cmd_funcs.c
@@ -3919,6 +3919,7 @@ cmd_form(ProfWin *window, const char *const command, gchar **args)
         }
         ui_focus_win(new_current);
         wins_close_by_num(num);
+        wins_tidy();
     }
 
     return TRUE;