Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: padding in vt100 causes 'make check' to hang on FreeBSD
On 2013/12/17, at 3:21, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author