mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
R_MAX should be R_CANCEL now
This commit is contained in:
parent
a027566295
commit
94e535507c
1 changed files with 1 additions and 1 deletions
2
input.h
2
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
|
||||
|
|
Loading…
Reference in a new issue