mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-23 01:07:16 +09:00
YN callbacks and better multi cursor
This commit is contained in:
@@ -167,7 +167,7 @@ func (c *Cursor) Deselect(start bool) {
|
||||
if start {
|
||||
c.Loc = c.CurSelection[0]
|
||||
} else {
|
||||
c.Loc = c.CurSelection[1]
|
||||
c.Loc = c.CurSelection[1].Move(-1, c.buf)
|
||||
}
|
||||
c.ResetSelection()
|
||||
c.StoreVisualX()
|
||||
|
||||
Reference in New Issue
Block a user