mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-19 15:27:20 +09:00
@@ -307,7 +307,6 @@ func main() {
|
||||
// This is used for sending the user messages in the bottom of the editor
|
||||
messenger = new(Messenger)
|
||||
messenger.history = make(map[string][]string)
|
||||
InitColorscheme()
|
||||
|
||||
// Now we load the input
|
||||
buffers := LoadInput()
|
||||
@@ -399,6 +398,8 @@ func main() {
|
||||
}
|
||||
}
|
||||
|
||||
InitColorscheme()
|
||||
|
||||
// Here is the event loop which runs in a separate thread
|
||||
go func() {
|
||||
for {
|
||||
|
||||
Reference in New Issue
Block a user