mirror of
https://gittea.dev/nova/th.git
synced 2025-10-22 02:40:15 -04:00
handling of empty dirs
This commit is contained in:
@@ -25,8 +25,7 @@
|
||||
#define FILE_STATUS_HOVER 1
|
||||
#define FILE_STATUS_SELECTED 2
|
||||
#define FILE_STATUS_IS_REGULAR_FILE 4
|
||||
#define FILE_STATUS_DIR_EMPTY 64 /* if a directory is empty */
|
||||
#define FILE_STATUS_FILE_OPEN 128 /* only used for file previews */
|
||||
#define FILE_STATUS_FILE_OPEN 64 /* only used for file previews */
|
||||
|
||||
#define COLOR_UNKNOWN 0
|
||||
#define COLOR_DIR 1
|
||||
|
Reference in New Issue
Block a user