mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-15 21:37:09 +09:00
Reorganize info bar
This commit is contained in:
7
cmd/micro/action/globals.go
Normal file
7
cmd/micro/action/globals.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package action
|
||||
|
||||
var InfoBar *InfoPane
|
||||
|
||||
func InitGlobals() {
|
||||
InfoBar = NewInfoBar()
|
||||
}
|
||||
Reference in New Issue
Block a user