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