aboutsummaryrefslogtreecommitdiff
path: root/qml/TerminalItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/TerminalItem.qml')
-rw-r--r--qml/TerminalItem.qml17
1 files changed, 1 insertions, 16 deletions
diff --git a/qml/TerminalItem.qml b/qml/TerminalItem.qml
index 26793da..48fb9f7 100644
--- a/qml/TerminalItem.qml
+++ b/qml/TerminalItem.qml
@@ -116,26 +116,11 @@ Item {
right: parent.right
}
- Rectangle {
+ Highlighter {
id: highlighter
width: 10
height: command.height
- opacity: 0
-
- color: "#909636"
-
- Behavior on opacity {
- NumberAnimation {
- duration: 300
- easing.type: Easing.OutCubic
- }
- }
-
- function select() { opacity = 1 }
- function deselect() { opacity = 0 }
- function focus() { color = "#352F6A" }
- function unfocus() { color = "#909636" }
}
TextInput {