Skip to content

Commit 953186a

Browse files
committed
update changed colors on next input or window resize
1 parent f9d158f commit 953186a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CodeEditModules/Modules/TerminalEmulator/src/TerminalEmulatorView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ public struct TerminalEmulatorView: NSViewRepresentable {
144144
if TerminalEmulatorView.lastTerminal != nil {
145145
TerminalEmulatorView.lastTerminal = view
146146
}
147+
view.getTerminal().softReset()
147148
}
148149

149150
public func makeCoordinator() -> Coordinator {

0 commit comments

Comments
 (0)