Remove RESIZE from code as handled by sigwinch
This commit is contained in:
parent
14ecd17a9a
commit
960d322ef9
2 changed files with 0 additions and 5 deletions
4
ccc.c
4
ccc.c
|
@ -399,10 +399,6 @@ int main(int argc, char **argv)
|
|||
case ESC:
|
||||
break;
|
||||
|
||||
case RESIZE:
|
||||
half_width = cols / 2 + WINDOW_OFFSET;
|
||||
list_files();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
1
config.h
1
config.h
|
@ -51,7 +51,6 @@ In COLS:
|
|||
#define UP 0x103
|
||||
#define LEFT 0x104
|
||||
#define RIGHT 0x105
|
||||
#define RESIZE 278
|
||||
|
||||
/* Colros */
|
||||
#define GREEN "166;227;161"
|
||||
|
|
Loading…
Reference in a new issue