From 0d6f23419121b5436553a6489addbd46c6d3cb14 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Thu, 6 Feb 2025 23:10:01 -0800 Subject: [PATCH] more testing --- ui/curses_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/curses_ui.py b/ui/curses_ui.py index c5e3b60..dc4c969 100644 --- a/ui/curses_ui.py +++ b/ui/curses_ui.py @@ -633,7 +633,7 @@ def search(win): entry_win.erase() def handle_resize(stdscr, firstrun): - # global messages_pad, messages_box, nodes_pad, nodes_box, channel_pad, channel_box, function_win, packetlog_win, entry_win + global messages_pad, messages_box, nodes_pad, nodes_box, channel_pad, channel_box, function_win, packetlog_win, entry_win # Calculate window max dimensions height, width = stdscr.getmaxyx()