Author: alexander
Date: 2005-05-05 03:42:19 -0600 (Thu, 05 May 2005)
New Revision: 128
Added:
branches/unionfs/packages/slang/slang-1.4.9-luit-1.patch
Modified:
branches/unionfs/packages/slang/Makefile
Log:
Made SLang compatible with "xterm -lc"
Modified: branches/unionfs/packages/slang/Makefile
===================================================================
--- branches/unionfs/packages/slang/Makefile 2005-05-04 12:46:46 UTC (rev
127)
+++ branches/unionfs/packages/slang/Makefile 2005-05-05 09:42:19 UTC (rev
128)
@@ -20,6 +20,7 @@
@echo ""
@if [ ! -f $(FILE) ] ; then $(WGET) $(URL) ; fi
@if [ ! -f /usr/lib/libslang.so.1.4.9 ] ; then tar xjvf $(FILE) && cd
$(DIR) && \
+ patch -Np1 -i ../slang-1.4.9-luit-1.patch && \
./configure --prefix=/usr && \
make && make install && \
make elf && make install-elf && \
Added: branches/unionfs/packages/slang/slang-1.4.9-luit-1.patch
===================================================================
--- branches/unionfs/packages/slang/slang-1.4.9-luit-1.patch 2005-05-04
12:46:46 UTC (rev 127)
+++ branches/unionfs/packages/slang/slang-1.4.9-luit-1.patch 2005-05-05
09:42:19 UTC (rev 128)
@@ -0,0 +1,23 @@
+Submitted By: Alexander E. Patrakov
+Date: 2005-05-05
+Initial Package Version: 1.4.9
+Origin: Alexander E. Patrakov
+Upstream Status: Not submitted yet
+Description: This patch makes SLang compatible with "xterm -lc" when
+printing line-drawing characters. Escape sequences taken from ncurses-20050319.
+
+--- slang-1.4.9/src/sldisply.c 2003-03-23 12:06:40.000000000 +0500
++++ slang-1.4.9/src/sldisply.c 2005-05-05 13:39:24.000000000 +0600
+@@ -2325,9 +2325,9 @@
+ /* aixterm added by willi */
+ if (is_xterm || !strncmp (term, "aixterm", 7))
+ {
+- Start_Alt_Chars_Str = "\016";
+- End_Alt_Chars_Str = "\017";
+- Enable_Alt_Char_Set = "\033(B\033)0";
++ Start_Alt_Chars_Str = "\033(0";
++ End_Alt_Chars_Str = "\033(B";
++ Enable_Alt_Char_Set = "";
+ }
+
+ if ((SLtt_Graphics_Char_Pairs == NULL) &&
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page