mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 14:47:16 +09:00
Update log buffer name as well
Using such fake path have some issues as mentioned in https://github.com/zyedidia/micro/pull/3791#discussion_r2176197355 comment
This commit is contained in:
@@ -11,7 +11,8 @@ var LogBufPane *BufPane
|
|||||||
// InitGlobals initializes the log buffer and the info bar
|
// InitGlobals initializes the log buffer and the info bar
|
||||||
func InitGlobals() {
|
func InitGlobals() {
|
||||||
InfoBar = NewInfoBar()
|
InfoBar = NewInfoBar()
|
||||||
buffer.LogBuf = buffer.NewBufferFromString("", "Log", buffer.BTLog)
|
buffer.LogBuf = buffer.NewBufferFromString("", "", buffer.BTLog)
|
||||||
|
buffer.LogBuf.SetName("Log")
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetInfoBar returns the infobar pane
|
// GetInfoBar returns the infobar pane
|
||||||
|
|||||||
Reference in New Issue
Block a user