ESCAPE key definition added

This commit is contained in:
Frederic Culot 2006-08-02 21:20:47 +00:00
parent 01c2c234a0
commit 217ddea91f

View File

@ -1,4 +1,4 @@
/* $calcurse: vars.h,v 1.1 2006/07/31 21:00:03 culot Exp $ */ /* $calcurse: vars.h,v 1.2 2006/08/02 21:20:47 culot Exp $ */
/* /*
* Calcurse - text-based organizer * Calcurse - text-based organizer
@ -38,6 +38,7 @@
#define MAX_LENGTH 512 #define MAX_LENGTH 512
#define CTRL(x) ((x) & 0x1f) #define CTRL(x) ((x) & 0x1f)
#define ESCAPE 27
#define ATTR_FALSE 0 #define ATTR_FALSE 0
#define ATTR_TRUE 1 #define ATTR_TRUE 1