mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-17 14:27:12 +09:00
Merge remote-tracking branch 'zyedidia/master' into pm
This commit is contained in:
@@ -71,7 +71,7 @@ type Messenger struct {
|
||||
|
||||
func (m *Messenger) AddLog(msg string) {
|
||||
buffer := m.getBuffer()
|
||||
buffer.Insert(buffer.End(), msg+"\n")
|
||||
buffer.insert(buffer.End(), []byte(msg+"\n"))
|
||||
buffer.Cursor.Loc = buffer.End()
|
||||
buffer.Cursor.Relocate()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user