From 6eff467615806d8dd5a8bac71bad4e5ca27b5c84 Mon Sep 17 00:00:00 2001 From: christos Date: Wed, 11 Nov 2020 17:11:19 +0000 Subject: - use termios - enable setgid games - enable savedir --- warp/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'warp/config.h') diff --git a/warp/config.h b/warp/config.h index 70f07296..c4b30b45 100644 --- a/warp/config.h +++ b/warp/config.h @@ -20,12 +20,12 @@ */ #define SIGNEDCHAR /**/ -/* TERMIO: +/* TERMIOS: * This symbol, if defined, indicates that the program should include * termio.h rather than sgtty.h. There are also differences in the * ioctl() calls that depend on the value of this symbol. */ -#undef TERMIO /**/ +#define TERMIOS /**/ /* USENDIR: * This symbol, if defined, indicates that the program should compile -- cgit v1.2.3