[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
copy
, history
and readbuf
commands.
Other registers can be filled with the register
, readreg
and
paste
commands.
If paste
is called with a second argument, the contents of the specified
registers is pasted into the named destination register rather than
the window. If `.' is used as the second argument, the display's paste
buffer is the destination.
Note, that paste
uses a wide variety of resources: Usually both, a
current window and a current display are required. But whenever a second
argument is specified no current window is needed. When the source specification
only contains registers (not the paste buffer) then there need not be a current
display (terminal attached), as the registers are a global resource. The
paste buffer exists once for every user.
paste
command. If the slowpaste value is nonzero text is written character by
character.
screen
will pause for msec milliseconds after each write
to allow the application to process the input. only use slowpaste
if
your underlying system exposes flow control problems while pasting large
amounts of text.
defslowpaste
specifies the default for new windows.
readbuf
reads the screen-exchange file
into the paste buffer.
You can tell screen the encoding of the file via the -e
option.
The following example will paste the system's password file into
the screen window (using register p, where a copy remains):
C-a : readreg p /etc/passwd C-a : paste p |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |