This commit adds mouse scrolling feature to vt(4) when scroll lock is enabled. When VWF_SCROLL is active, the branch converts wheel delta into calls to vt_scroll(). It also contains the current scroll-line and reverse-direction sysctls and the locking used around the scroll operation.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 76788 Build 73671: arc lint + arc unit
Event Timeline
This comment was removed by fan.
Comment Actions
Document the mouse wheel scrollback sysctls in vt(4), including the Scroll Lock scope and natural scrolling terminology.
| share/man/man4/vt.4 | ||
|---|---|---|
| 349–350 ↗ | (On Diff #186882) | Yeah, I agree that "natural scrolling" is a useful hint, but "while Scroll Lock is enabled" can't be removed because it's a prerequisite. I will add that, thanks! |