File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,11 +122,11 @@ extension TerminalController {
122122 }
123123
124124 // TODO: we should handle the scrollback separately so it only appears if the user scrolls
125- updateQueue . async {
125+ DispatchQueue . main . async {
126126 let attributedString = self . stringSupplier. attributedString ( ) !
127127 let backgroundColor = self . stringSupplier. colorMap!. background!
128128
129- DispatchQueue . main. async {
129+ // DispatchQueue.main.async {
130130 self . delegate? . refresh ( attributedString: attributedString, backgroundColor: backgroundColor)
131131
132132 // self.secondaryUpdateQueue.async {
@@ -136,7 +136,7 @@ extension TerminalController {
136136 // self.delegate?.refresh(attributedString: attributedString, backgroundColor: backgroundColor)
137137 // }
138138 // }
139- }
139+ // }
140140 }
141141 }
142142
You can’t perform that action at this time.
0 commit comments