mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-13 19:39:08 -04:00
Make the popup box use the insert mode (no change...)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user