On Jul 9, 2015 3:54 PM, "Konstantin Svist" <[email protected]> wrote: > Is there any way of migrating the scrollback buffer from one window to > another? > I see there's a way to copy the buffer, but is there a way to paste it > (so that it doesn't paste to the command line)?
At the risk of stating the obvious... if you don't want to paste to the command line, paste to something else. :-) For example, copy the entire scrollback buffer in window 1 (hint, vi-like movement commands work like G and gg) run cat in window 2, paste, ctrl-c to terminate cat. Now window 2 has those contents in its scrollback buffer.
_______________________________________________ screen-users mailing list [email protected] https://lists.gnu.org/mailman/listinfo/screen-users
