--- rxvt-unicode/src/feature.h 2003/12/18 00:38:07 1.3 +++ rxvt-unicode/src/feature.h 2004/01/19 17:26:43 1.6 @@ -1,6 +1,5 @@ /* * File: feature.h - * $Id: feature.h,v 1.3 2003/12/18 00:38:07 pcg Exp $ * * Compile-time configuration. *----------------------------------------------------------------------- @@ -21,8 +20,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * *----------------------------------------------------------------------*/ -#ifndef _FEATURE_H -#define _FEATURE_H +#ifndef FEATURE_H +#define FEATURE_H #ifndef X11USRLIBDIR # define X11USRLIBDIR "/usr/X11R6/lib" @@ -67,14 +66,6 @@ /* #define NO_BOLD_UNDERLINE_REVERSE */ /* - * Disable using simulated bold using overstrike. You can also turn off - * overstrike just for multi char fonts - * Note: NO_BOLDOVERSTRIKE implies NO_BOLDOVERSTRIKE_MULTI - */ -/* #define NO_BOLDOVERSTRIKE */ -/* #define NO_BOLDOVERSTRIKE_MULTI */ - -/* * Don't bother cleaning up pixel droppings. If you don't use bold * overstrike then you don't usually need this */ @@ -159,8 +150,8 @@ * Define defaults for backspace and delete keys - unless they have been * configured out with --disable-backspace-key / --disable-delete-key */ -/* #define DEFAULT_BACKSPACE "DEC" */ /* SPECIAL */ -#define DEFAULT_BACKSPACE "\010" +//#define DEFAULT_BACKSPACE "DEC" /* SPECIAL */ +#define DEFAULT_BACKSPACE "\010" /* wrong, but match terminfo etc. */ #define DEFAULT_DELETE "\033[3~" /*