aboutsummaryrefslogtreecommitdiff
path: root/qml/commands.js
diff options
context:
space:
mode:
Diffstat (limited to 'qml/commands.js')
-rw-r--r--qml/commands.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/qml/commands.js b/qml/commands.js
index ee13a1b..9b4d8de 100644
--- a/qml/commands.js
+++ b/qml/commands.js
@@ -17,3 +17,7 @@ function next() {
function prev() {
terminalList.selectPrev();
}
+
+function jump(index) {
+ terminalList.selectItem(index);
+}