Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
e1e3ffad
Commit
e1e3ffad
authored
Aug 12, 2015
by
Hisham Muhammad
Browse files
Ensure default matches classic htop behavior.
parent
4d44c355
Changes
1
Hide whitespace changes
Inline
Side-by-side
Settings.c
View file @
e1e3ffad
...
...
@@ -313,6 +313,7 @@ Settings* Settings_new(int cpuCount) {
this
->
countCPUsFromZero
=
false
;
this
->
updateProcessNames
=
false
;
this
->
cpuCount
=
cpuCount
;
this
->
showProgramPath
=
true
;
this
->
fields
=
calloc
(
Platform_numberOfFields
+
1
,
sizeof
(
ProcessField
));
// TODO: turn 'fields' into a Vector,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment