summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/terminal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terminal.go b/src/terminal.go
index f6dfde2a..e1c5c7bf 100644
--- a/src/terminal.go
+++ b/src/terminal.go
@@ -888,7 +888,7 @@ func (t *Terminal) printInfo() {
output += " -S"
}
}
- if len(t.selected) > 0 {
+ if t.multi > 0 {
if t.multi == maxMulti {
output += fmt.Sprintf(" (%d)", len(t.selected))
} else {