diff --git a/cmd/micro/view.go b/cmd/micro/view.go index f44ee174..09d70412 100644 --- a/cmd/micro/view.go +++ b/cmd/micro/view.go @@ -298,6 +298,7 @@ func (v *View) HandleEvent(event tcell.Event) { x, y := e.Position() x -= v.lineNumOffset - v.leftCol y += v.Topline + relocate = true button := e.Buttons()