1
0
mirror of https://gittea.dev/nova/th.git synced 2025-12-12 18:50:10 -05:00

varrious small changes

This commit is contained in:
nova
2025-11-09 17:40:56 +01:00
parent 5b7f017588
commit 5287c77648
3 changed files with 30 additions and 50 deletions

View File

@@ -1,6 +1,7 @@
#define SETTINGS_LINE_NUMBERS 2 /* 0 is disabled, 1 is enabled, 2 is relative */
#define SETTINGS_UEBERZUG_IMAGE_PREVIEW 1 /* 0 is disabled, 1 is enabled, 2 is with caching */
#define SETTINGS_RELOAD_DIR_DELTA 10 /* 0 is disabled, time in seconds of how often the directory should be reload */
#define SETTINGS_UEBERZUG_IMAGE_PREVIEW 1 /* 0 is disabled, 1 is enabled, 2 is with caching; depends on ueberzug */
#define SETTINGS_RELOAD_DIR_DELTA 10 /* 0 is disabled, time in seconds between automatic refresh of dir contents */
#define SETTINGS_CURSES_TIMEOUT 100 /* read: inopts(3NCURSES), blocking time between user inputs */
/* {{{ */
#ifndef CONFIG_GUARD