mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 06:30:28 +09:00
8 lines
86 B
Go
8 lines
86 B
Go
package action
|
|
|
|
var InfoBar *InfoPane
|
|
|
|
func InitGlobals() {
|
|
InfoBar = NewInfoBar()
|
|
}
|