-
-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smooth scrolling support (+mouse wheel scrolling in some terminals) #1824
Conversation
548afdf
to
a12ed1a
Compare
It's ready for review, but not ready for release. I would appreciate advises on lag issue. Probably core-related. Even without binding, mouse scrolling makes considerable lag. |
Again clang-format 😢 |
8f3a424
to
96efcc4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again clean and easy to follow.
I'd like to have a second look tomorrow after those proposed changes are included.
96efcc4
to
8a9be46
Compare
To make it clear At the current stage, the commit is incompatible with mouse and works only with touch pad. I hope to resolve it as soon as possible. |
53202df
to
1714094
Compare
1714094
to
d2ea7b9
Compare
d2ea7b9
to
d5f4138
Compare
Rebased on master |
@sjaeckel, is PR ok now? |
I'll have a look soon, currently only on mobile |
Before the change, the only way to scroll was usage of page up/down, it allowed to scroll only by skipping pages, which was not smooth.
d5f4138
to
23692fe
Compare
New revision
|
Added mouse scroll support with shift+scroll using readline.
Points before release:
Known Issues: Sometimes it gets incredibly laggy (probably have something to do with profanity core)