onivim / libvim

libvim: The core Vim editing engine as a minimal C library
https://v2.onivim.io
MIT License
691 stars 34 forks source link

feat: Externalize scroll commands relative to cursor #213

Closed bryphe closed 3 years ago

bryphe commented 4 years ago

This change implements a vimSetScrollCallback(&onScroll) method, which triggers a callback whenever any cursor-relative scroll commands are initiated:

Vertical:

Horizontal: