X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=INSTALL;h=6a806aa1d7c8160b6a781a7f261482691330b3df;hp=09b10d2037673b1c42d0a76f23dab61b1afd4f55;hb=8e6d0cc266af2051a959002a9d1a6cedcb9a567a;hpb=daf57f17ced271693696cc30860aae20c97fb8d0 diff --git a/INSTALL b/INSTALL index 09b10d20..6a806aa1 100644 --- a/INSTALL +++ b/INSTALL @@ -25,7 +25,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: INSTALL,v 1.162 2012/01/22 00:27:58 tom Exp $ +-- $Id: INSTALL,v 1.163 2012/02/11 16:20:42 tom Exp $ --------------------------------------------------------------------- How to install Ncurses/Terminfo on your system --------------------------------------------------------------------- @@ -1021,6 +1021,14 @@ SUMMARY OF CONFIGURE OPTIONS: Configure the trace() function as part of the all models of the ncurses library. Normally it is part of the debug (libncurses_g) library only. + --with-xterm-kbs=XXX + Configure xterm's terminfo entries to use either BS (^H, i.e., ASCII + backspace) or DEL (^?, or 127). XXX can be BS (or bs, 8) or DEL + (or del, 127). + + During installation, the makefile and scripts modifies the "xterm+kbs" + terminfo entry to use this setting. + --with-valgrind For testing, compile with debug option. This also sets the --disable-leaks option.