X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=misc%2Fgen_edit.sh;h=3460afcdf9bb56b06cf11bdc74935697cb0c03a4;hp=49557111d77899dbde291ba04f3db6394ce0fc6e;hb=ee27d238caeccd1ed781a92957afbdb890e1e88f;hpb=8e6d0cc266af2051a959002a9d1a6cedcb9a567a diff --git a/misc/gen_edit.sh b/misc/gen_edit.sh index 49557111..3460afcd 100755 --- a/misc/gen_edit.sh +++ b/misc/gen_edit.sh @@ -29,7 +29,7 @@ # # Author: Thomas E. Dickey # -# $Id: gen_edit.sh,v 1.4 2012/02/11 16:30:03 tom Exp $ +# $Id: gen_edit.sh,v 1.5 2012/04/01 15:04:37 tom Exp $ # Generate a sed-script for converting the terminfo.src to the form which will # be installed. # @@ -37,9 +37,12 @@ # The leaf directory names (lib, tabset, terminfo) # -: ${datadir=@datadir@} -: ${xterm_new=@WHICH_XTERM@} -: ${xterm_kbs=@XTERM_KBS@} +linux_dft=linux2.2 + +: ${datadir=/usr/share} +: ${WHICH_LINUX=$linux_dft} +: ${WHICH_XTERM=xterm-new} +: ${XTERM_KBS=BS} # If we're not installing into /usr/share/, we'll have to adjust the location # of the tabset files in terminfo.src (which are in a parallel directory). @@ -50,7 +53,8 @@ s%/usr/share/tabset%$TABSET%g EOF fi -if test "$xterm_new" != "xterm-new" ; then +if test "$WHICH_XTERM" != "xterm-new" ; then +echo "** using $WHICH_XTERM terminal description for XTerm entry" >&2 cat <&2 cat </dev/null` -if test "x$system" = xLinux +# kernels do not recognize those controls. All of the kernels recognize the +# older flavor of rmacs/smacs, but beginning in the late 1990s, changes made +# as part of implementing UTF-8 prevent using those for line-drawing when the +# console is in UTF-8 mode. Taking into account the fact that it took about +# ten years to provide (and distribute) the 2.6 series' change for SI/SO, the +# default remains "linux2.2". +case x$WHICH_LINUX in #(vi +xauto) + system=`uname -s 2>/dev/null` + if test "x$system" = xLinux + then + case x`uname -r` in + x1.*) + WHICH_LINUX=linux-c + ;; + x2.[0-4]*) + WHICH_LINUX=linux2.2 + ;; + *) + WHICH_LINUX=linux3.0 + ;; + esac + else + WHICH_LINUX=$linux_dft + fi + ;; +xlinux*) + # allow specific setting + ;; +*) + WHICH_LINUX=$linux_dft + ;; +esac + +if test $WHICH_LINUX != $linux_dft then - case x`uname -r` in - x1.*) -cat <&2 cat <