mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
32137: set pseudo-terminal speed to prevent padding characters
This commit is contained in:
parent
feae6af6d2
commit
b9da4efea7
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-12-16 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* Jun Takimoto: 32137: Test/comptest: set pseudo-terminal speed to
|
||||
prevent padding characters which confuse output parsing.
|
||||
|
||||
2013-12-16 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 32136: Src/pattern.c, Src/zsh.h, Test/D02glob.ztst:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue