From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7522 invoked by alias); 17 Dec 2013 05:35:30 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32137 Received: (qmail 26055 invoked from network); 17 Dec 2013 05:35:24 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: padding in vt100 causes 'make check' to hang on FreeBSD From: "J. Takimoto" In-Reply-To: <131216102158.ZM13946@torch.brasslantern.com> Date: Tue, 17 Dec 2013 14:29:50 +0900 Content-Transfer-Encoding: 7bit Message-ID: <171BF045-5497-481E-A890-9F2A861EEB1E@yz.yamagata-u.ac.jp> References: <30173FEA-DCF9-480B-A219-232505B4311F@kba.biglobe.ne.jp> <131216083308.ZM1861@torch.brasslantern.com> <131216102158.ZM13946@torch.brasslantern.com> To: "zsh-workers@zsh.org" X-Mailer: Apple Mail (2.1510) On 2013/12/17, at 3:21, Bart Schaefer wrote: > OK, then what about this instead? > > -stty columns 80 rows 24 > +stty 38400 columns 80 rows 24 I thought it should work, but it didn't. But I tried it again, with some trial-and-error, and have found that it works if I reverse the order of 'TERM=vt100' and 'stty 38400'. Is this more portable than to use xterm? diff --git a/Test/comptest b/Test/comptest index 5577209..10814d6 100644 --- a/Test/comptest +++ b/Test/comptest @@ -34,8 +34,8 @@ comptestinit () { "fpath=( $fpath )" \ "bindkey -$comptest_keymap" \ 'LISTMAX=10000000 +stty 38400 columns 80 rows 24 TERM=vt100 -stty columns 80 rows 24 setopt zle autoload -U compinit compinit -u