From 0dd49584e26c294e3fb25347969f61bca84afb5f Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 29 Aug 2015 22:12:49 +0200 Subject: Automatically destroy terminal when killed and display history Child processes of _MetaTerm_ may be terminated using other ways that the integrated kill command. Automatic terminal widget destruction in such a event prevents the user from viewing the output of non-interactive applications. This requires _MetaTerm_ to display the application's output after it was terminated. This requirement is implemented via the new `HistoryViewer` widget that is instantiated after the terminal widget instance has been destroyed. --- src/ui.qrc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui.qrc') diff --git a/src/ui.qrc b/src/ui.qrc index 916fb43..32e2c06 100644 --- a/src/ui.qrc +++ b/src/ui.qrc @@ -8,6 +8,7 @@ command/CommandInput.qml command/commands.js widget/EmbeddedTerminal.qml + widget/HistoryViewer.qml widget/Highlighter.qml -- cgit v1.2.3