From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from toccata.ens-lyon.org (toccata.ens-lyon.org [140.77.166.68]) by speech.braille.uwo.ca (Postfix) with ESMTP id 0BB82C1A2BF for ; Sat, 4 Sep 2010 12:02:59 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by toccata.ens-lyon.org (Postfix) with ESMTP id B7641840BC for ; Sat, 4 Sep 2010 18:06:22 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at toccata.ens-lyon.org Received: from toccata.ens-lyon.org ([127.0.0.1]) by localhost (toccata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wPxxGklxSJJ7 for ; Sat, 4 Sep 2010 18:06:22 +0200 (CEST) Received: from const.ipv6 (lns-bzn-47f-62-147-141-5.adsl.proxad.net [62.147.141.5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by toccata.ens-lyon.org (Postfix) with ESMTPSA id 4BAFA840B8 for ; Sat, 4 Sep 2010 18:06:22 +0200 (CEST) Received: from samy by const.ipv6 with local (Exim 4.72) (envelope-from ) id 1OrvFz-0007sz-Ae for speakup@braille.uwo.ca; Sat, 04 Sep 2010 18:06:19 +0200 Date: Sat, 4 Sep 2010 18:06:19 +0200 From: Samuel Thibault To: "Speakup is a screen review system for Linux." Subject: Re: arch linux - setting screen size Message-ID: <20100904160619.GK22412@const> References: <20100904155848.GA2043@nextdog> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20100904155848.GA2043@nextdog> User-Agent: Mutt/1.5.12-2006-07-14 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.13 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Sep 2010 16:02:59 -0000 Christopher Moore, le Sat 04 Sep 2010 11:58:50 -0400, a écrit : > I'm running arch linux and want to set my screen size to 25x80 characters. It is currently maybe twice that size. Use stty cols 80 rows 25 Samuel