Clicking tabbar arrow scrolls and fix multicursor

Closes #1503
This commit is contained in:
Zachary Yedidia
2020-02-12 13:05:15 -05:00
parent bf1258578c
commit bad78797bb
5 changed files with 27 additions and 18 deletions

View File

@@ -763,6 +763,7 @@ func (b *Buffer) ClearCursors() {
b.UpdateCursors()
b.curCursor = 0
b.GetActiveCursor().ResetSelection()
log.Println("Cleared cursors:", len(b.cursors))
}
// MoveLinesUp moves the range of lines up one row