Hello, I've got a screen session that has four windows in it. Data in window 1 needs to be in windows 2 3 and 4, which are all separate files. I do not want to manually retype all of this, was wondering if screen had a feature like a virtual clipboard? Thanks. Dave.
_______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
From the man page:
[snip]
copy
Enter copy/scrollback mode. This allows you to copy text from the cur-rent window and its history into the paste buffer. In this mode a vi-ike `full screen editor' is active:
[/snip]
Check out the man page for further details:
$ man screen
-Ash _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
