From owner-freebsd-questions@FreeBSD.ORG Fri Apr 22 13:15:10 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 8475F16A4CE for ; Fri, 22 Apr 2005 13:15:10 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id E711F43D39 for ; Fri, 22 Apr 2005 13:15:08 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])j3MDDvWc020716; Fri, 22 Apr 2005 16:13:57 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) j3MDF6rs040947; Fri, 22 Apr 2005 16:15:06 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)j3MDF6Af040946; Fri, 22 Apr 2005 16:15:06 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 22 Apr 2005 16:15:06 +0300 From: Giorgos Keramidas To: dave Message-ID: <20050422131506.GA40848@orion.daedalusnetworks.priv> References: <000a01c5473b$1c850790$0200a8c0@satellite> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000a01c5473b$1c850790$0200a8c0@satellite> 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:15:10 -0000 On 2005-04-22 08:59, 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? Yes, of course: ^A [ insert copy mode SPACE start copy block SPACE end copy block (and exit copy mode) ^A ] paste copied text The first three are usually used in the "source window". The last one can be used in the "destination window" to paste the text copied with the first three.