Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-03 | Enable line wrapping in history view | Adrian Kummerlaender | |
2015-08-30 | Make text in history view selectable | Adrian Kummerlaender | |
2015-08-29 | Automatically destroy terminal when killed and display history | Adrian 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. |