You are not logged in.
Pages: 1
Say I'm in text mode ... there's a lot of text flying by the screen and I wanna pause whatever it's doing to read it. How would one do this? Thanks!
Offline
If you are using Xterm you can add
XTerm*scrollTtyOutput: false
to your ~/.Xdefaults and it will stop when you use the mousewheel or shift+pgup.
Offline
Actually, I'm just using the good ol text-based terminal
Offline
Try Ctrl-S/Ctrl-Q or the scroll lock key.
Ctrl-S will lock, Ctrl-Q will unlock.
Offline
allucid's comment is probably what you want. (You might want to use the "Scroll Lock" key which does the same thing as CTRL+S and CTRL+Q.)
But what if you want to read the few lines that just passed by? Use the "Shift+PageUp" and "Shift+PageDown" keys for that. (Works even with gnome-terminal.)
Be warned that once you switch consoles/terminals, the hidden/back buffer will lost and you won't be able to scroll back.
(Just in case you or anybody else didn't know this.)
Ziyad.
Offline
Pages: 1