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:
Mitchell Hashimoto
2026-01-05 09:35:36 -08:00
committed by GitHub

View File

@@ -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 {