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)