mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-30 19:52:00 -07:00
Remove race conditions from screen update
This commit is contained in:
@@ -297,7 +297,6 @@ func (t *Terminal) printAll() {
|
||||
}
|
||||
|
||||
func (t *Terminal) refresh() {
|
||||
t.placeCursor()
|
||||
C.Refresh()
|
||||
}
|
||||
|
||||
@@ -353,6 +352,7 @@ func (t *Terminal) Loop() {
|
||||
t.initFunc()
|
||||
t.printInfo()
|
||||
t.printPrompt()
|
||||
t.placeCursor()
|
||||
t.refresh()
|
||||
t.mutex.Unlock()
|
||||
}
|
||||
@@ -382,6 +382,7 @@ func (t *Terminal) Loop() {
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
t.placeCursor()
|
||||
t.mutex.Unlock()
|
||||
})
|
||||
t.refresh()
|
||||
|
Reference in New Issue
Block a user