Abstract resize handling by adding a new Htop reaction

This commit is contained in:
Christian Göttsche
2021-08-21 20:48:45 +02:00
committed by BenBE
parent b9e69223d0
commit 68f2bfea61
5 changed files with 11 additions and 5 deletions

View File

@ -26,7 +26,8 @@ typedef enum HandlerResult_ {
REFRESH = 0x08,
REDRAW = 0x10,
RESCAN = 0x20,
SYNTH_KEY = 0x40,
RESIZE = 0x40,
SYNTH_KEY = 0x80,
} HandlerResult;
#define EVENT_SET_SELECTED (-1)