mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-17 06:17:12 +09:00
@@ -106,6 +106,7 @@ func (t *TabList) HandleEvent(event tcell.Event) {
|
||||
ind := t.LocFromVisual(buffer.Loc{mx, my})
|
||||
if ind != -1 {
|
||||
t.SetActive(ind)
|
||||
return
|
||||
}
|
||||
case tcell.WheelUp:
|
||||
if my == t.Y {
|
||||
|
||||
Reference in New Issue
Block a user