commit 743996be6ac2a53ed8356d8a3980d96e070a7f01
parent 4e0bffd65a520f7c373aa0295f74d6d7acc3dcb7
Author: Quentin Rameau <quinq@fifth.space>
Date: Sat, 24 Feb 2018 14:39:28 +0100
Make the screen interface the default
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.mk b/config.mk
@@ -4,10 +4,10 @@ MANDIR = $(PREFIX)/share/man/man1
# UI type
# txt (textual)
-UI=txt
+#UI=txt
# ti (screen-oriented)
-#UI=ti
-#LIBS=-lcurses
+UI=ti
+LIBS=-lcurses
# Stock FLAGS
SACCCFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE $(CFLAGS)