Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Nov 19, 2024
2 parents 1ff74b8 + 4b354fb commit 5955284
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/tui/loop/terminal-state.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5955284

Please sign in to comment.