From owner-freebsd-hackers@FreeBSD.ORG Thu Aug 30 14:18:28 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF0BE16A417 for ; Thu, 30 Aug 2007 14:18:28 +0000 (UTC) (envelope-from dn77881188@googlemail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id BCFB313C458 for ; Thu, 30 Aug 2007 14:18:28 +0000 (UTC) (envelope-from dn77881188@googlemail.com) Received: by wa-out-1112.google.com with SMTP id k17so612579waf for ; Thu, 30 Aug 2007 07:18:11 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=a9uL5lUdpWH08O+ek9IDG1OIs872WRuom5BExlRSZnHZhIQ1lhl6KAItWnJPgk7hW7QgVrbiUG5e4Y/tHpS7ucN22gLVTyASrzGxmTpNnTjxnxAB8VEpUBFCu08nw6//GZXtJLKL4UfSMfmJoD9drv61Ee7FcXW1GKZAfuLx8T8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=n0G5T5w15huQh0bGFOWqTS4sHIzag60jxHmqg/JyqcmfSEwzsnzgF76T/0+i6Ccgn0r5svs5+IFF3mPJoelqfK3n70HmmhHrN4o7RCO8lkxPGYDYR2cup1S31BT0J4d7Z4h4m5l0kyRig87onyB0npCvXpYvVLu0hPpud+jLsCc= Received: by 10.115.74.1 with SMTP id b1mr486561wal.1188483490795; Thu, 30 Aug 2007 07:18:10 -0700 (PDT) Received: by 10.114.159.11 with HTTP; Thu, 30 Aug 2007 07:18:10 -0700 (PDT) Message-ID: Date: Thu, 30 Aug 2007 15:18:10 +0100 From: "djembe nazar" To: freebsd-hackers@freebsd.org In-Reply-To: <86tzqhxghy.fsf@simias.hd.free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <86d4x52ovt.fsf@simias.hd.free.fr> <46D6C051.5090101@tomjudge.com> <86tzqhxghy.fsf@simias.hd.free.fr> Subject: Re: two-way terminal multiplexing X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2007 14:18:29 -0000 Thanks for all suggestions. GNU screen appears to be the most straightforward option as it handles the complexity of non-identical terminals. -- D.N