diff --git a/cmd/micro/view.go b/cmd/micro/view.go index 69a65a75..db406760 100644 --- a/cmd/micro/view.go +++ b/cmd/micro/view.go @@ -527,9 +527,6 @@ func (v *View) HandleEvent(event tcell.Event) { x, y := e.Position() x -= v.lineNumOffset - v.leftCol y += v.topline - // Position always seems to be off by one - x-- - y-- button := e.Buttons()