summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
Diffstat (limited to 'txr.c')
-rw-r--r--txr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/txr.c b/txr.c
index b395b185..a7777c1f 100644
--- a/txr.c
+++ b/txr.c
@@ -759,7 +759,9 @@ int txr_main(int argc, char **argv)
return result ? 0 : EXIT_FAILURE;
repl:
+#if HAVE_TERMIOS
repl(bindings, std_input, std_output);
+#endif
return 0;
}
}