commit a21135e
chld
·
2026-09-01 22:52:34 +0000 UTC
parent a686b62
yaft: use xterm terminfo
1 files changed,
+1,
-0
+1,
-0
1@@ -9,6 +9,7 @@ BUILD_STYLE=gmake
2 prebuild(){
3 msg "please build with ncurses tic"
4 export CFLAGS=-static LDFLAGS=-static
5+ sed -i 's/yaft-256color/xterm-256color/g' conf.h
6 }
7
8 . ${0%/*}/../../libsh/libdmake.sh