mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Dont need to reset inband resize since it is saved and restored on the private setting stack
This commit is contained in:
parent
25c63bf2e1
commit
9c9041cf57
1 changed files with 0 additions and 1 deletions
|
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue