--- rxvt-unicode/src/feature.h 2003/11/24 17:28:08 1.1 +++ rxvt-unicode/src/feature.h 2004/01/17 01:20:01 1.5 @@ -1,6 +1,5 @@ /* * File: feature.h - * $Id: feature.h,v 1.1 2003/11/24 17:28:08 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" @@ -51,7 +50,7 @@ /* * Suppress use of BOLD and BLINK attributes for setting bright foreground - * and background, respectively. Simulate BOLD using colorBD, boldFont or + * and background, respectively. Simulate BOLD using colorBD or * overstrike characters. */ /* #define NO_BRIGHTCOLOR */ @@ -81,16 +80,6 @@ #define NO_PIXEL_DROPPING_AVOIDANCE /* - * Also use bold font or overstrike even if we use colour for bold - */ -/*#define VERYBOLD*/ - -/* - * Compile without support for real bold fonts - */ -/* #define NO_BOLDFONT */ - -/* * Add support for '-hc colour' for background highlight of selection */ #define OPTION_HC @@ -169,8 +158,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~" /*