zsh-workers
 help / color / mirror / code / Atom feed
From: "J. Takimoto" <takimoto@yz.yamagata-u.ac.jp>
To: "zsh-workers@zsh.org" <zsh-workers@zsh.org>
Subject: Re: padding in vt100 causes 'make check' to hang on FreeBSD
Date: Tue, 17 Dec 2013 14:29:50 +0900	[thread overview]
Message-ID: <171BF045-5497-481E-A890-9F2A861EEB1E@yz.yamagata-u.ac.jp> (raw)
In-Reply-To: <131216102158.ZM13946@torch.brasslantern.com>

On 2013/12/17, at 3:21, Bart Schaefer <schaefer@brasslantern.com> 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


  reply	other threads:[~2013-12-17  5:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-16 15:36 Jun T.
2013-12-16 16:33 ` Bart Schaefer
2013-12-16 17:13   ` Jun T.
2013-12-16 18:21     ` Bart Schaefer
2013-12-17  5:29       ` J. Takimoto [this message]
2013-12-17  6:06         ` Bart Schaefer
2013-12-16 18:29 ` Axel Beckert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=171BF045-5497-481E-A890-9F2A861EEB1E@yz.yamagata-u.ac.jp \
    --to=takimoto@yz.yamagata-u.ac.jp \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).