mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 21:59:17 +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
|
||||
(orig-attrs
|
||||
(dynamic-wind
|
||||
(lambda () (stty setting))
|
||||
(lambda () (stty port setting))
|
||||
thunk
|
||||
(lambda () (set-terminal-attributes! port TCSANOW orig-attrs))))
|
||||
(else
|
||||
|
|
Loading…
Add table
Reference in a new issue