Reset should also restore the fg/bg colors to default
This commit is contained in:
parent
f25abac41d
commit
90e803c542
1 changed files with 2 additions and 0 deletions
|
|
@ -134,6 +134,8 @@ def reset(self, notify=True):
|
|||
self.cursor = Cursor(0, 0)
|
||||
self.cursor_changed(self.cursor)
|
||||
self.cursor_position()
|
||||
self.change_default_color.emit('fg', None)
|
||||
self.change_default_color.emit('bg', None)
|
||||
if notify:
|
||||
self.update_screen()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue