summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/txr/stdlib/termios.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/txr/stdlib/termios.tl b/share/txr/stdlib/termios.tl
index bdee598c..090fed86 100644
--- a/share/txr/stdlib/termios.tl
+++ b/share/txr/stdlib/termios.tl
@@ -62,7 +62,7 @@
(defmeth termios go-cbreak (tio)
tio.(clear-iflags icrnl)
tio.(clear-lflags icanon)
- tio.(set-lfags isig)
+ tio.(set-lflags isig)
(set tio.[cc vmin] 1)
(set tio.[cc vtime] 0))