Reset should also restore the fg/bg colors to default

This commit is contained in:
Kovid Goyal
2016-10-21 13:26:42 +05:30
parent f25abac41d
commit 90e803c542

View File

@@ -134,6 +134,8 @@ class Screen(QObject):
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()