From owner-freebsd-questions@FreeBSD.ORG Fri Apr 22 13:17:34 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFBB316A4CE for ; Fri, 22 Apr 2005 13:17:34 +0000 (GMT) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB62243D39 for ; Fri, 22 Apr 2005 13:17:34 +0000 (GMT) (envelope-from omniBSD@speakeasy.net) Received: (qmail 8216 invoked from network); 22 Apr 2005 13:17:34 -0000 Received: from acute.anhedonia.com (HELO [10.20.30.10]) (omni@[66.93.24.213]) (envelope-sender ) by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Apr 2005 13:17:34 -0000 Message-ID: <4268FA3B.40502@speakeasy.net> Date: Fri, 22 Apr 2005 08:20:59 -0500 From: Ash User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041104 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dave References: <000a01c5473b$1c850790$0200a8c0@satellite> In-Reply-To: <000a01c5473b$1c850790$0200a8c0@satellite> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: screen question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2005 13:17:35 -0000 dave wrote: > 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. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" 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