From 7783d89448293030aae4cc678e567a70e130c054 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 11 Feb 2020 18:18:48 -0500 Subject: Call completeClear when closing a window --- ui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ui.c b/ui.c index 29d5583..e687c08 100644 --- a/ui.c +++ b/ui.c @@ -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); -- cgit 1.4.1 value='1a4a0628513359733a2450cf38e73166f7e5cbe6'>this commit dontfiles
summary refs log tree commit diff
path: root/bin/pngo.c (unfollow)
Commit message (Expand)Author
2019-01-10Create cash-test.1June McEnroe
2019-01-10Create cash-kill.1June McEnroe
2019-01-10Create cash.1June McEnroe