Skip to content

Commit

Permalink
Use reset function instead of feeding command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Wootten authored and Jeremy Wootten committed Dec 16, 2024
1 parent c177232 commit 7d16bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/TerminalWidget.vala
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ namespace Terminal {
) {
// This also clears the screen and the scrollback
// We know there is no foreground process so we can just feed the command in
feed_child ("reset\n".data);
reset (true, true);
}
}

Expand Down

0 comments on commit 7d16bde

Please sign in to comment.