From 5f037bb8334cd6407e7c5e632fb3ef3cf028d3ef Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 14 Nov 2020 12:22:40 +0100 Subject: [PATCH] Make the popup box use the insert mode (no change...) --- glances/outputs/glances_curses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/outputs/glances_curses.py b/glances/outputs/glances_curses.py index fd899de7..121bbf8c 100644 --- a/glances/outputs/glances_curses.py +++ b/glances/outputs/glances_curses.py @@ -893,7 +893,7 @@ class _GlancesCurses(object): # Create the textbox inside the subwindows self.set_cursor(2) self.term_window.keypad(1) - textbox = GlancesTextbox(subpop, insert_mode=False) + textbox = GlancesTextbox(subpop, insert_mode=True) textbox.edit() self.set_cursor(0) # self.term_window.keypad(0)