mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 08:18:08 +02:00
Dont need to reset inband resize since it is saved and restored on the private setting stack
This commit is contained in:
@@ -170,7 +170,6 @@ func (self *TerminalStateOptions) ResetStateEscapeCodes() string {
|
||||
sb.WriteString(RESTORE_COLORS)
|
||||
}
|
||||
sb.WriteString(RESTORE_CURSOR)
|
||||
reset_modes(&sb, INBAND_RESIZE_NOTIFICATION)
|
||||
return sb.String()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user