summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/terminal.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/terminal.go b/src/terminal.go
index d1fbe40d..c5ff3025 100644
--- a/src/terminal.go
+++ b/src/terminal.go
@@ -2047,6 +2047,7 @@ func (t *Terminal) Loop() {
command := replacePlaceholder(a.a,
t.ansi, t.delimiter, t.printsep, false, string(t.input), list)
newCommand = &command
+ t.selected = make(map[int32]selectedItem)
}
}
return true