aboutsummaryrefslogtreecommitdiff
path: root/src/widget/HistoryViewer.qml
AgeCommit message (Collapse)Author
2015-09-03Enable line wrapping in history viewAdrian Kummerlaender
2015-08-30Make text in history view selectableAdrian Kummerlaender
2015-08-29Automatically destroy terminal when killed and display historyAdrian Kummerlaender
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.