]> git.lizzy.rs Git - micro.git/blobdiff - internal/action/globals.go
Improve comments
[micro.git] / internal / action / globals.go
index e20f61edfcadfa48e4a449cb34da5f1108fc3f18..c4869c11662d3a9d6faa9c5ba48033284dd9dd5c 100644 (file)
@@ -2,7 +2,10 @@ package action
 
 import "github.com/zyedidia/micro/v2/internal/buffer"
 
+// InfoBar is the global info bar.
 var InfoBar *InfoPane
+
+// LogBufPane is a global log buffer.
 var LogBufPane *BufPane
 
 // InitGlobals initializes the log buffer and the info bar