mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-28 03:41:41 +00:00
Merge branch 'reset-2048' of https://github.com/rockorager/kitty
This commit is contained in:
commit
5955284cbf
1 changed files with 3 additions and 0 deletions
|
|
@ -169,6 +169,9 @@ func (self *TerminalStateOptions) ResetStateEscapeCodes() string {
|
|||
} else {
|
||||
sb.WriteString(SAVE_CURSOR)
|
||||
}
|
||||
if self.in_band_resize_notification {
|
||||
reset_modes(&sb, INBAND_RESIZE_NOTIFICATION)
|
||||
}
|
||||
sb.WriteString(RESTORE_PRIVATE_MODE_VALUES)
|
||||
if self.restore_colors {
|
||||
sb.WriteString(RESTORE_COLORS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue