mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 20:44:35 +03:00
Print current settings on crash
This commit is contained in:
@ -87,7 +87,7 @@ static inline int Settings_getActiveDirection(const Settings* this) {
|
||||
|
||||
void Settings_delete(Settings* this);
|
||||
|
||||
int Settings_write(const Settings* this);
|
||||
int Settings_write(const Settings* this, bool onCrash);
|
||||
|
||||
Settings* Settings_new(unsigned int initialCpuCount);
|
||||
|
||||
|
Reference in New Issue
Block a user