From ddc5f970f5b8f863b31739efc6e56edd37d32bd7 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 4 Sep 2015 22:08:43 +0200 Subject: Add `reset` command to restore the previous functionality of `kill` --- src/command/commands.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/command/commands.js b/src/command/commands.js index 07a1f04..732eb5b 100644 --- a/src/command/commands.js +++ b/src/command/commands.js @@ -99,6 +99,10 @@ function kill(output, index) { } } +function reset(output, index) { + terminalList.get(index).reset(); +} + function next() { terminalList.selectNext(); } -- cgit v1.2.3