Dr. Werner Fink 2015-07-07 12:52:28 +00:00 committed by Git OBS Bridge
parent e7f703a115
commit cb28b0b4f3

View File

@ -576,12 +576,12 @@ sed -ri '/^iTerm/{s@iterm\|@@}' misc/terminfo.src
mv -f $pc pc/${base}5.pc mv -f $pc pc/${base}5.pc
done done
make clean
# #
# Now use --enable-widec for UTF8/wide character support. # Now use --enable-widec for UTF8/wide character support.
# The libs with 16 bit wide characters are binary incompatible # The libs with 16 bit wide characters are binary incompatible
# to the normal 8bit wide character libs. # to the normal 8bit wide character libs.
# #
make clean
> $SCREENLOG > $SCREENLOG
tail -q -s 0.5 -f $SCREENLOG & pid=$! tail -q -s 0.5 -f $SCREENLOG & pid=$!
eval screen -L -D -m ./${c#*./} --with-pthread \ eval screen -L -D -m ./${c#*./} --with-pthread \
@ -616,6 +616,7 @@ sed -ri '/^iTerm/{s@iterm\|@@}' misc/terminfo.src
> $SCREENLOG > $SCREENLOG
tail -q -s 0.5 -f $SCREENLOG & pid=$! tail -q -s 0.5 -f $SCREENLOG & pid=$!
eval screen -L -D -m ./${c#*./} --with-abi-version=5 \ eval screen -L -D -m ./${c#*./} --with-abi-version=5 \
--witouth-pthread \
--disable-reentrant \ --disable-reentrant \
--disable-ext-mouse \ --disable-ext-mouse \
--enable-widec \ --enable-widec \