diff options
| author | J. Takimoto <takimoto@yz.yamagata-u.ac.jp> | 2013-12-16 22:18:01 -0800 |
|---|---|---|
| committer | Barton E. Schaefer <schaefer@zsh.org> | 2013-12-16 22:18:01 -0800 |
| commit | b9da4efea7b33490333b778daf37d60d535416be (patch) | |
| tree | be3cde93955865ad0a416c187aefb42d0e4fd14b | |
| parent | 32131: avoid infinite loop reading pty on platforms that do not buffer output... (diff) | |
| download | zsh-b9da4efea7b33490333b778daf37d60d535416be.tar zsh-b9da4efea7b33490333b778daf37d60d535416be.tar.gz zsh-b9da4efea7b33490333b778daf37d60d535416be.tar.bz2 zsh-b9da4efea7b33490333b778daf37d60d535416be.tar.lz zsh-b9da4efea7b33490333b778daf37d60d535416be.tar.xz zsh-b9da4efea7b33490333b778daf37d60d535416be.tar.zst zsh-b9da4efea7b33490333b778daf37d60d535416be.zip | |
32137: set pseudo-terminal speed to prevent padding characters
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Test/comptest | 2 |
2 files changed, 6 insertions, 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: diff --git a/Test/comptest b/Test/comptest index 5577209da..10814d635 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 |
