Skip to content
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

Enable Smooth Scrolling #118

Open
flipflop97 opened this issue Jul 17, 2016 · 3 comments
Open

Enable Smooth Scrolling #118

flipflop97 opened this issue Jul 17, 2016 · 3 comments

Comments

@flipflop97
Copy link

It would be awesome if smooth/pixel perfect scrolling could be implemented.
With smooth scrolling I mean that when dragging the screen the content will move per pixel (the native Android scrolling) rather than per line in the terminal.

@Neo-Oli
Copy link
Member

Neo-Oli commented Jul 18, 2016

I don't think this is even possible with a terminal. The scrollback of a terminal isn't just a very high window that you scroll up and down on. But if you want pixel scrolling you'd need exactly that. Width and Height of a Terminal are very important to various fullscreen applications like vim and weechat and are set in $COLUMNS and $LINES. How would it deal with that? Do you know of any terminal emulator which has this feature?

@flipflop97
Copy link
Author

Yep, gnome terminal 3.20 has this feature. It's not enabled on raw in-/output like vim or nano but otherwise it is.

@Rixon-gh
Copy link

Sorry to dig up a necropost but I just wanted to add that it's not the 'pixel perfect scrolling' that is so important to me, but the ability to 'fling' with momentum further than you could swipe on the screen - I know this is possible most of the time but some programs such as pagers like less or man seem to disable it, so scrolling through a loooong manpage can become tedious quite quickly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants