Skip to content

Commit

Permalink
Render spinner on info line during "reload"
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Oct 15, 2021
1 parent 5fc78e4 commit 50eb2e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/terminal.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 50eb2e3

Please sign in to comment.