zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@zsh.org
Subject: Re: padding in vt100 causes 'make check' to hang on FreeBSD
Date: Mon, 16 Dec 2013 10:21:58 -0800	[thread overview]
Message-ID: <131216102158.ZM13946@torch.brasslantern.com> (raw)
In-Reply-To: <F8B957AA-41E2-417D-8323-9014529448AD@kba.biglobe.ne.jp>

On Dec 17,  2:13am, Jun T. wrote:
} Subject: Re: padding in vt100 causes 'make check' to hang on FreeBSD
} 
} 2013/12/17 01:33, Bart Schaefer <schaefer@brasslantern.com> wrote:
} 
} > Please try the following and let us know if it helps:
} > 
} > +BAUD=38400
} 
} No, it doesn't work (also tried larger and smaller values for BAUD).

OK, then what about this instead?


diff --git a/Test/comptest b/Test/comptest
index 5577209..ad14cca 100644
--- a/Test/comptest
+++ b/Test/comptest
@@ -35,7 +35,7 @@ comptestinit () {
 "bindkey -$comptest_keymap" \
 'LISTMAX=10000000
 TERM=vt100
-stty columns 80 rows 24
+stty 38400 columns 80 rows 24
 setopt zle
 autoload -U compinit
 compinit -u


  reply	other threads:[~2013-12-16 18:21 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 [this message]
2013-12-17  5:29       ` J. Takimoto
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=131216102158.ZM13946@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --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).