From: Chris Allegretta Date: Thu, 14 Feb 2002 01:29:07 +0000 (+0000) Subject: Remove RELATIVECHARS from nano.h (DLR) X-Git-Tag: v1.1.7~35 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a824a9af9d489543b453451df33ff7209b0d0431;p=nano.git Remove RELATIVECHARS from nano.h (DLR) git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1068 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/nano.h b/nano.h index 2cee58f5..fd173e0b 100644 --- a/nano.h +++ b/nano.h @@ -161,8 +161,7 @@ typedef struct colortype { #define MAC_FILE (1<<22) #define SMOOTHSCROLL (1<<23) #define DISABLE_CURPOS (1<<24) /* Damn, we still need it */ -#define ALT_KEYPAD (1<<25) /* Damn, we still need it */ -#define RELATIVECHARS (1<<26) +#define ALT_KEYPAD (1<<25) /* Control key sequences, changing these would be very very bad */