Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: padding in vt100 causes 'make check' to hang on FreeBSD



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@xxxxxxxxxxxxxxxx> 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



Messages sorted by: Reverse Date, Date, Thread, Author