summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2021-10-15 22:13:57 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2021-10-15 22:13:57 +0900
commit50eb2e38552f57bce84c417fad8f4b48fcbf16ac (patch)
treec622b5f630dc943f7903b276fcc2100e8f8785eb
parent5fc78e4584eface9f2055ee7c31c2ae8c5cedc87 (diff)
Render spinner on info line during "reload"
Fix #2637
-rw-r--r--src/terminal.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/terminal.go b/src/terminal.go
index 4774e145..c296e443 100644
--- a/src/terminal.go
+++ b/src/terminal.go
@@ -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")