LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   screen PgUp and PgDn not working (https://www.linuxquestions.org/questions/linux-general-1/screen-pgup-and-pgdn-not-working-538355/)

noir911 03-17-2007 04:42 PM

screen PgUp and PgDn not working
 
I'm using Screen version 4.00.02 on FC5 on KDE Konsole and my PageUP and
PageDown doesn't work while I'm inside screen. I'm pressing
"shift-Page-up" on a US-International keyboard.

I also tried KSH but it doesn't work. My TERM is xterm-color. My
default shell is Bash version 3.1.7(1).

In my .screenrc I got the following :

defscrollback 50000
termcap pcvt25|vt100|xterm LP:G0
terminfo pcvt25|vt100|xterm LP:G0
shell bash
setenv LC_CTYPE en_US.UTF-8

Any kind of help would be appreciated. Thanks.

SCerovec 08-07-2007 09:17 AM

Code:

shell -${SHELL}
caption always "%n(%t) %= %{b}@%H[%l] : %{r}%c:%s"
termcapinfo xterm ti@:te@
termcap  xterm 'AF=\E[3%dm:AB=\E[4%dm'
terminfo xterm 'AF=\E[3%p1%dm:AB=\E[4%p1%dm'
startup_message off

to add You scrollback and collor and few other niffty things.
Add on line-per-line basis ;)


All times are GMT -5. The time now is 05:15 AM.