mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-07 15:40:24 +09:00
Small fix to redraw location
This commit is contained in:
@@ -289,8 +289,6 @@ func main() {
|
||||
}()
|
||||
|
||||
for {
|
||||
// Display everything
|
||||
RedrawAll()
|
||||
|
||||
var event tcell.Event
|
||||
|
||||
@@ -343,5 +341,8 @@ func main() {
|
||||
// Send it to the view
|
||||
CurView().HandleEvent(event)
|
||||
}
|
||||
|
||||
// Display everything
|
||||
RedrawAll()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user