Cursor improvements

This commit is contained in:
Zachary Yedidia
2018-08-27 17:55:28 -04:00
parent dd619b3ff5
commit c3e2085e3c
9 changed files with 64 additions and 15 deletions

View File

@@ -74,6 +74,7 @@ func NewBufActionHandler(buf *buffer.Buffer, win *Window) *BufActionHandler {
Buf: buf,
Loc: buf.StartCursor,
}}
a.Cursor = a.cursors[0]
buf.SetCursors(a.cursors)
return a