From ce688f6737dd972d919da80f2f5870372cd08aab Mon Sep 17 00:00:00 2001 From: MarcoPolo-PasTonMolo Date: Sun, 2 Apr 2023 17:48:51 +0300 Subject: Fix empty window after reconnect Sometimes after a reconnect the current window would get cleared. This was a deliberate change to fix the profanity window looking all garbled up after providing the passphrase for a gpg key using pinentry-curses. Fixes https://github.com/profanity-im/profanity/issues/1556 --- tests/unittests/ui/stub_ui.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/unittests/ui') diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index edd8c336..608f5003 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -1367,6 +1367,10 @@ void win_clear(ProfWin* window) { } +void +win_redraw(ProfWin* window) +{ +} char* win_to_string(ProfWin* window) { -- cgit 1.4.1-2-gfad0