We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5e659 commit 586e1f2Copy full SHA for 586e1f2
1 file changed
src/output_widget.rs
@@ -178,6 +178,7 @@ impl OutputWidget {
178
pub fn handle_command_output(&mut self, output: Output) {
179
if self.output.len() != output.len() {
180
self.offset.row = 0;
181
+ self.offset.col = 0;
182
}
183
184
if output.ok {
0 commit comments