mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 06:30:28 +09:00
@@ -388,6 +388,7 @@ func DoEvent() {
|
||||
var event tcell.Event
|
||||
|
||||
// Display everything
|
||||
screen.DrawLock.Lock()
|
||||
screen.Screen.Fill(' ', config.DefStyle)
|
||||
screen.Screen.HideCursor()
|
||||
action.Tabs.Display()
|
||||
@@ -397,6 +398,7 @@ func DoEvent() {
|
||||
action.MainTab().Display()
|
||||
action.InfoBar.Display()
|
||||
screen.Screen.Show()
|
||||
screen.DrawLock.Unlock()
|
||||
|
||||
// Check for new events
|
||||
select {
|
||||
|
||||
Reference in New Issue
Block a user