mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 22:27:13 +09:00
Add gruvbox colorscheme
This commit is contained in:
@@ -289,6 +289,8 @@ func main() {
|
||||
}()
|
||||
|
||||
for {
|
||||
// Display everything
|
||||
RedrawAll()
|
||||
|
||||
var event tcell.Event
|
||||
|
||||
@@ -341,8 +343,5 @@ func main() {
|
||||
// Send it to the view
|
||||
CurView().HandleEvent(event)
|
||||
}
|
||||
|
||||
// Display everything
|
||||
RedrawAll()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user