Render spinner on info line during "reload"

Fix #2637
This commit is contained in:
Junegunn Choi 2021-10-15 22:13:57 +09:00
parent 5fc78e4584
commit 50eb2e3855
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
1 changed files with 1 additions and 0 deletions

View File

@ -2658,6 +2658,7 @@ func (t *Terminal) Loop() {
if valid {
command := t.replacePlaceholder(a.a, false, string(t.input), list)
newCommand = &command
t.reading = true
}
case actUnbind:
keys := parseKeyChords(a.a, "PANIC")