Make the popup box use the insert mode (no change...)

This commit is contained in:
nicolargo
2020-11-14 12:22:40 +01:00
parent a9502af99b
commit 5f037bb833

View File

@@ -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)