Projects STRLCPY fzf Commits 18f72306
🤬
  • ■ ■ ■ ■
    src/tui/light.go
    skipped 539 lines
    540 540   
    541 541   t := atoi(elems[0], -1)
    542 542   x := atoi(elems[1], -1) - 1
    543  - y := atoi(elems[2], -1) - 1
     543 + y := atoi(elems[2], -1) - 1 - r.yoffset
    544 544   if t < 0 || x < 0 || y < 0 {
    545 545   return Event{Invalid, 0, nil}
    546 546   }
    skipped 471 lines
Please wait...
Page is in error, reload to recover