mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
Reset should also restore the fg/bg colors to default
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user