diff --git a/src/Widgets/TerminalWidget.vala b/src/Widgets/TerminalWidget.vala index 7206af1c0b..a05fca0527 100644 --- a/src/Widgets/TerminalWidget.vala +++ b/src/Widgets/TerminalWidget.vala @@ -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); } }