>this from the console. Screen allows cut and paste from the console, but
>it won't allow me to copy more than one console-screen's worth. The man
From the man page:
Enter copy/scrollback mode. This allows you to copy text
from the current window and its history into the paste
buffer. In this mode a vi-like `full screen editor' is
active:
Movement keys:
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.
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.
So you could cat a file to the screen, C-a [, C-b as many times as
necessary, space-bar, G to go to bottom of the screen, position as
necessary, and voila.
You may also look at the readbuf command (C-a <). Do something like
cp file /tmp/screen-exchange
C-a <
C-a ]
I assume you're using a recent enough version of lynx that supports
automatic growing of textfields. Also, recent enough version of lynx
supports spawning an external editor for a textfield, and then you could
just use the editor the read in the file into the buffer.
mrc
--
Mike Castle Life is like a clock: You can work constantly
www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc
We are all of us living in the shadow of Manhattan. -- Watchmen