From 116c167e9ac545aca978ced8afa3ba236ef5a60f Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 17 Apr 2021 13:53:04 +0200 Subject: fix: allow certificate confirm dialog resize fixes #3371 --- poezio/core/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/core/core.py') diff --git a/poezio/core/core.py b/poezio/core/core.py index 3ab5c600..2af292f1 100644 --- a/poezio/core/core.py +++ b/poezio/core/core.py @@ -617,7 +617,7 @@ class Core: pass sys.__excepthook__(typ, value, trace) - def sigwinch_handler(self): + def sigwinch_handler(self, *args): """A work-around for ncurses resize stuff, which sucks. Normally, ncurses catches SIGWINCH itself. In its signal handler, it updates the windows structures (for example the size, etc) and it -- cgit v1.2.3