diff options
-rw-r--r-- | ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -727,6 +727,7 @@ void uiShowNum(size_t num) { static void windowClose(struct Window *window) { if (window->id == Network) return; + completeClear(window->id); if (windows.active == window) { if (windows.other && windows.other != window) { windowShow(windows.other); |