mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 22:20:20 +09:00
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user