From 94e535507cdd138eb28252f3be99fb9cd7f1381d Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Sun, 21 Sep 2014 20:54:44 -0700 Subject: [PATCH] R_MAX should be R_CANCEL now --- input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input.h b/input.h index 0f0b29084..737d2bf1f 100644 --- a/input.h +++ b/input.h @@ -76,7 +76,7 @@ enum wcstring describe_char(wint_t c); #define R_MIN R_NULL -#define R_MAX R_AND +#define R_MAX R_CANCEL /** Initialize the terminal by calling setupterm, and set up arrays