View Single Post
Old 10-02-2012, 03:18 PM   #130
baf
Evangelist
baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.
 
Posts: 404
Karma: 2200000
Join Date: May 2012
Device: kt
Quote:
Originally Posted by zerolucat View Post
Hi, does anyone know if there is some way to scroll up/down the output screen of Xterm?
You can swipe your finger down the screen to scroll back. But it doesn't work with scrolling forward. It is also not comfortable.

I don't know why <shift><pg up> and <pg down> doesn't work, but you can assign any key combination you want to this actions. In "extensions/xterm/layouts/Xresources" file there is line:
Code:
XTerm*VT100.Translations: #override \
It defines overrides for key actions. For scrollback add for example:
Code:
<Key>F1: scroll-back(1,page) \n\                                                        
<Key>F2: scroll-forw(1,page) \n\
It will assign <F1> and <F2> keys to scroll one page up and down respectively.

For more info on customizing xterm see FAQ.
baf is offline   Reply With Quote