From: Marius on
Hi!

I'm using the xfce4-terminal and GNU screen.
However since ... forever I have stuff in my .screenrc that made
it recently stopped when I switched to Debian and xfce's term:

defscrollback 5000
termcapinfo xterm|xterms|xs|rxvt ti@:te

xfce4's terminal settings reflect an xterm. rxvt and other
terminal emulators - when I press pageUP so scroll, simply go back
in my shell history.

Does anybody have a proper working config for me? Cold help a lot.

Best,
Marius



From: Alex Samad on
On Fri, Feb 26, 2010 at 11:16:57AM +0100, Marius wrote:
> Hi!
>
> I'm using the xfce4-terminal and GNU screen.
> However since ... forever I have stuff in my .screenrc that made
> it recently stopped when I switched to Debian and xfce's term:
>
> defscrollback 5000
> termcapinfo xterm|xterms|xs|rxvt ti@:te
>
> xfce4's terminal settings reflect an xterm. rxvt and other
> terminal emulators - when I press pageUP so scroll, simply go back
> in my shell history.
>
> Does anybody have a proper working config for me? Cold help a lot.
not sure I undestand, but

I use two methods shift-pageup and ctrl-x and then arrows keys, my magic
key is ctrl-x not ctrl-a


>
> Best,
> Marius
>
>
>



--
"It's a school full of so-called at-risk children. It's how we, unfortunately, label certain children. It means basically they can't learn. It's one of the best schools in Houston."

- George W. Bush
While speaking about KIPP Academy in Houston, TX
From: wishi on
Am 26.02.10 12:20, schrieb Alex Samad:
> On Fri, Feb 26, 2010 at 11:16:57AM +0100, Marius wrote:
>> Hi!
>>
>> I'm using the xfce4-terminal and GNU screen.
>> However since ... forever I have stuff in my .screenrc that made
>> it recently stopped when I switched to Debian and xfce's term:
>>
>> defscrollback 5000
>> termcapinfo xterm|xterms|xs|rxvt ti@:te
>>
>> xfce4's terminal settings reflect an xterm. rxvt and other
>> terminal emulators - when I press pageUP so scroll, simply go back
>> in my shell history.
>>
>> Does anybody have a proper working config for me? Cold help a lot.
> not sure I undestand, but
>
> I use two methods shift-pageup and ctrl-x and then arrows keys, my magic
> key is ctrl-x not ctrl-a
>

Well... when I do that I can scroll up, but just within he
xfce4-terminal, rxvt... buffer.
That means I leave screen's screen, where the current screen-window's
text is rolling.

From: Matthew Moore on
On Friday February 26 2010 9:42:09 am wishi wrote:
> Am 26.02.10 12:20, schrieb Alex Samad:
> > On Fri, Feb 26, 2010 at 11:16:57AM +0100, Marius wrote:
> >> Hi!
> >>
> >> I'm using the xfce4-terminal and GNU screen.
> >> However since ... forever I have stuff in my .screenrc that made
> >> it recently stopped when I switched to Debian and xfce's term:
> >>
> >> defscrollback 5000
> >> termcapinfo xterm|xterms|xs|rxvt ti@:te
> >>
> >> xfce4's terminal settings reflect an xterm. rxvt and other
> >> terminal emulators - when I press pageUP so scroll, simply go back
> >> in my shell history.
> >>
> >> Does anybody have a proper working config for me? Cold help a lot.
> >
> > not sure I undestand, but
> >
> > I use two methods shift-pageup and ctrl-x and then arrows keys, my magic
> > key is ctrl-x not ctrl-a
>
> Well... when I do that I can scroll up, but just within he
> xfce4-terminal, rxvt... buffer.
> That means I leave screen's screen, where the current screen-window's
> text is rolling.

If I understand you correctly, you want some way to easily scroll *inside* of
screen. AFAIK the easiest way to do this is to use the "copy" command, by
default 'ctrl-a ['. I guess that if you want to use pageup to scroll, you
could bind it using the appropriately named "bind" command in your .screenrc
file.

MM


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/201002261027.38304.anonymous.jondoe(a)gmail.com
From: Chris Burkhardt on


On 02/26/2010 10:27 AM, Matthew Moore wrote:
> On Friday February 26 2010 9:42:09 am wishi wrote:
>> Am 26.02.10 12:20, schrieb Alex Samad:
>> Well... when I do that I can scroll up, but just within he
>> xfce4-terminal, rxvt... buffer.
>> That means I leave screen's screen, where the current screen-window's
>> text is rolling.
>
> If I understand you correctly, you want some way to easily scroll *inside* of
> screen. AFAIK the easiest way to do this is to use the "copy" command, by
> default 'ctrl-a ['. I guess that if you want to use pageup to scroll, you
> could bind it using the appropriately named "bind" command in your .screenrc
> file.

Yes, you want screen's copy/scrollback mode. By default this gives you vi-like
bindings to scroll around with. From the man page:

h, j, k, l move the cursor line by line or column by column.
0, ^ and $ move to the leftmost column, to the first or last non-whitespace
character on the line.
H, M and L move the cursor to the leftmost column of the top, center or bottom
line of the window.
+ and - positions one line up and down.
G moves to the specified absolute line (default: end of buffer).
| moves to the specified absolute column.
w, b, e move the cursor word by word.
B, E move the cursor WORD by WORD (as in vi).
C-u and C-d scroll the display up/down by the specified amount of lines while
preserving the cursor position. (Default: half screen-full).
C-b and C-f scroll the display up/down a full screen.
g moves to the beginning of the buffer.
% jumps to the specified percentage of the buffer.

- Chris


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/hma73e$cvh$1(a)dough.gmane.org