From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 69F8C13838B for ; Mon, 6 Oct 2014 02:26:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9800E0A9C; Mon, 6 Oct 2014 02:26:47 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 947F6E0A95 for ; Mon, 6 Oct 2014 02:26:46 +0000 (UTC) Received: from localhost ([84.133.137.110]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0MgL1q-1XpjAw3Pja-00Nkkt for ; Mon, 06 Oct 2014 04:26:45 +0200 Date: Mon, 6 Oct 2014 04:26:43 +0200 From: meino.cramer@gmx.de To: Gentoo Subject: [gentoo-user] screen / tmux wierdness Message-ID: <20141006022643.GA3871@solfire> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (Linux) X-Provags-ID: V03:K0:VzCuPW2dOzcWdZF36dtSV/ruK+9KvCciEZxJv3EErpAJV6neHVf /pkpU3wcagKwCOA7kMHGcJ+BuktoDYMtlnQuwsQ4y6PFtqU4dy28VsGFhHsDSU2BypIiT13 qoL1UlWYsJvUqAVWK4+E3ZVdYWQHIlDIjZ9qCn102AZSJDukd0+fQM2dau9uNaYrZZ9Gc+Z RlySYI45k2Aa/DHkdu1wQ== X-UI-Out-Filterresults: notjunk:1; X-Archives-Salt: d78ff3aa-afec-48e6-8a10-abe4418c327d X-Archives-Hash: a7c8f337a1af8210f40aa947a6caa253 Hi, I have two computers: A small embedded system (beaglebone black) running Gentoo with commandline interface and my PC running Gentoo with X and using urxvt for commandline actions. On both TERM is set to xterm-256color and both are using zsh as shell. On the beaglebone black I cannot use tmux because C-b is not recognized as command prefix. On the PC I cannot use screen because C-a is not recognized as command prefix. I would like to have the choice on both system what terminal multiplexer to use. What can cause this weird behaviour? How can I fix it? Thank you very much in advance for any help! Best regards, mcc