Introduction
Introduction Statistics Contact Development Disclaimer Help
Make the screen interface the default - sacc - sacc - sacc(omys), simple consol…
git clone git://git.codemadness.org/sacc
Log
Files
Refs
LICENSE
---
commit 743996be6ac2a53ed8356d8a3980d96e070a7f01
parent 4e0bffd65a520f7c373aa0295f74d6d7acc3dcb7
Author: Quentin Rameau <[email protected]>
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(-)
---
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)
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.