mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-12 06:38:20 +00:00
fix: remove progress bar on reset terminal (#10178)
closes #10168 ai disclosure: i fully used claude code to generate this pr, but change seems straightforward enough and have manually tested it.
This commit is contained in:
@@ -952,6 +952,9 @@ pub const StreamHandler = struct {
|
||||
|
||||
// Reset resets our palette so we report it for mode 2031.
|
||||
self.surfaceMessageWriter(.{ .report_color_scheme = false });
|
||||
|
||||
// Clear the progress bar
|
||||
self.progressReport(.{ .state = .remove });
|
||||
}
|
||||
|
||||
pub fn queryKittyKeyboard(self: *StreamHandler) !void {
|
||||
|
||||
Reference in New Issue
Block a user