Dont need to reset inband resize since it is saved and restored on the private setting stack

This commit is contained in:
Kovid Goyal
2024-07-20 17:02:08 +05:30
parent 25c63bf2e1
commit 9c9041cf57

View File

@@ -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()
}