Add new command /changes

With that command one can see the modifications of the runtime
configuration vs. the saved configuration.

Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
Steffen Jaeckel
2025-11-03 22:01:19 +01:00
parent 79ff9bad7d
commit 24c3b5d531
5 changed files with 89 additions and 0 deletions

View File

@@ -204,6 +204,7 @@ typedef struct prof_winplacement_t
} ProfWinPlacement;
void prefs_load(const char* config_file);
void prefs_changes(void);
void prefs_save(void);
void prefs_close(void);
void prefs_reload(void);