Termux-app: Enable Smooth Scrolling

Created on 17 Jul 2016  路  3Comments  路  Source: termux/termux-app

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.

enhancement

Most helpful comment

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.

All 3 comments

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?

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

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

baconicsynergy picture baconicsynergy  路  5Comments

joakim-noah picture joakim-noah  路  5Comments

nomxs picture nomxs  路  4Comments

ngroup picture ngroup  路  5Comments

AlainKnaff picture AlainKnaff  路  4Comments