mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-31 21:30:36 +00:00
Merge remote-tracking branch 'zyedidia/master' into pm
This commit is contained in:
commit
759c00098b
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue