Lock on one forgotten curses operation
This commit is contained in:
parent
d5ae6966f9
commit
2ab2eaf269
1 changed files with 2 additions and 1 deletions
|
@ -1301,6 +1301,7 @@ class Core(object):
|
||||||
# of the screen that the can occupy, and we draw the tab list
|
# of the screen that the can occupy, and we draw the tab list
|
||||||
# on the left remaining space
|
# on the left remaining space
|
||||||
if config.get('enable_vertical_tab_list', 'false') == 'true':
|
if config.get('enable_vertical_tab_list', 'false') == 'true':
|
||||||
|
with g_lock:
|
||||||
scr = self.stdscr.subwin(0, config.get('vertical_tab_list_size', 20))
|
scr = self.stdscr.subwin(0, config.get('vertical_tab_list_size', 20))
|
||||||
else:
|
else:
|
||||||
scr = self.stdscr
|
scr = self.stdscr
|
||||||
|
|
Loading…
Reference in a new issue