I
I
Ilya2016-05-18 10:54:10
linux
Ilya, 2016-05-18 10:54:10

How to set up scrolling in screen?

I use screen + terminator
problem: when scrolling, the status bar moves interfering with the review.
I want: to fix the status bar in the screen at the bottom, so that only the terminal lines are moved when scrolling.
my screen config (lean and poor):

termcapinfo xterm* [email protected]:[email protected]
hardstatus alwayslastline "%{+b wk} %-w%{-b wk} %n %t %{-}%+w %41=%H @ %l %-= %= %D,%c:%s "

Answer the question

In order to leave comments, you need to log in

2 answer(s)
�
Владимир, 2016-05-18
@az2rt

Ctrl-A Esc
PgUp/PgDown

O
O Di, 2016-05-18
@insiki

CTRL-A, затем [.

You need to use the following key combination to scroll up and look at your data under GNU screen. First press:
CTRL-A
Next press:
[
This will activate copy mode in GNU/screen. Now, you can scroll up/down and look at your data. Use the following keys:
CTRL-u and CTRL-d scroll the display up/down by the specified amount of lines while preserving the cursor position. (Default: half screen-full).
CTRL-b and C-f scroll the display up/down a full screen.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question