mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 20:44:35 +03:00
Add read-only option
Add command line option to disable all system and process changing features.
This commit is contained in:

committed by
cgzones

parent
812cfcb94d
commit
36880cd61c
@ -95,4 +95,8 @@ void Settings_invertSortOrder(Settings* this);
|
||||
|
||||
void Settings_setSortKey(Settings* this, ProcessField sortKey);
|
||||
|
||||
void Settings_enableReadonly(void);
|
||||
|
||||
bool Settings_isReadonly(void);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user