You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm noticing that termux is very laggy when scrolling backwards through applications. This occurs both on local and remote (ssh'd oot to other hosts) instances, which makes me suspect the issue is basic terminal functionality.
Example:
Open Termux
Open a large manpage using less as the pager. The bash manpage is a good example.
Skip to the end of the page (G). From here:
Single-line scrollback is relatively quick: k
Multi-line scrollback starts lagging: 10k
A larger scrollback of 100 lines takes ~25 seconds: 100k
Skipping to the top of the file sees a few seconds of lag, but not as much as the large scrollback: 1G
Vim noticeably doesn't suffer from this (thankfully). Pagers though do.
I'm looking to see if there's a way to access the Termux environment from another terminal to confirm my hunch. The stock Android terminal environment cannot access the Termux files :(
Termux Info
Termux version:
<=0.48
Installed Termux apps:
package:com.termux.api installer=com.android.vending
package:com.termux installer=com.android.vending
Updatable packages:
All packages up to date
System information:
Linux localhost 3.10.49-5975984 #1 SMP PREEMPT Thu Oct 8 17:25:20 KST 2015 armv7l Android
Termux-packages arch:
arm
Android version:
5.0.2
Device manufacturer:
samsung
Device model:
SM-T550
I'm noticing that termux is very laggy when scrolling backwards through applications. This occurs both on local and remote (ssh'd oot to other hosts) instances, which makes me suspect the issue is basic terminal functionality.
Example:
bash
manpage is a good example.G
). From here:k
10k
100k
1G
Vim noticeably doesn't suffer from this (thankfully). Pagers though do.
I'm looking to see if there's a way to access the Termux environment from another terminal to confirm my hunch. The stock Android terminal environment cannot access the Termux files :(
Termux Info
stty -g output
Keywords
terminal lag laggy scroll scrollback backscroll
The text was updated successfully, but these errors were encountered: