mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 06:09:18 +02:00
fixing dynamic-wind entry in with-stty
This commit is contained in:
parent
ce80d45ff8
commit
5e6975453d
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@
|
||||||
(cond
|
(cond
|
||||||
(orig-attrs
|
(orig-attrs
|
||||||
(dynamic-wind
|
(dynamic-wind
|
||||||
(lambda () (stty setting))
|
(lambda () (stty port setting))
|
||||||
thunk
|
thunk
|
||||||
(lambda () (set-terminal-attributes! port TCSANOW orig-attrs))))
|
(lambda () (set-terminal-attributes! port TCSANOW orig-attrs))))
|
||||||
(else
|
(else
|
||||||
|
|
Loading…
Add table
Reference in a new issue