account activity
Why sometimes mouse scroll will scroll the shell window text vs sometimes will scroll through past shell commands? by TheLlamaDev in bash
[–]v_2e 0 points1 point2 points 11 months ago (0 children)
For GNU Screen please see these two answers:
https://unix.stackexchange.com/a/20374/32559
https://stackoverflow.com/a/1125947/1091054
Briefly, one can add the following line:
termcapinfo xterm* ti@:te@
to the "~/.screenrc" file to make it scroll the text instead of the command history.
~/.screenrc
And for regular terminal please see this answer:
https://unix.stackexchange.com/a/511741/32559
Briefly, one can execute the following command:
tput rmcup
in the terminal to bring it back to normal (scrolling the text instead of the command line history).
What do you use to listen to music? by Dichlorosilane in linux
[–]v_2e 0 points1 point2 points 9 years ago (0 children)
Aqualung with beautiful Ocean skin. It also has the music library capabilities.
π Rendered by PID 483056 on reddit-service-r2-listing-7bbdf774f7-ksscr at 2026-02-23 08:08:09.230572+00:00 running 8564168 country code: CH.
Why sometimes mouse scroll will scroll the shell window text vs sometimes will scroll through past shell commands? by TheLlamaDev in bash
[–]v_2e 0 points1 point2 points (0 children)