Make the screen interface the default - sacc - sacc(omys), simple console gopher client
(HTM) git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) LICENSE
---
(DIR) commit 743996be6ac2a53ed8356d8a3980d96e070a7f01
(DIR) parent 4e0bffd65a520f7c373aa0295f74d6d7acc3dcb7
(HTM) Author: Quentin Rameau <quinq@fifth.space>
Date: Sat, 24 Feb 2018 14:39:28 +0100
Make the screen interface the default
Diffstat:
M config.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
(DIR) 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)