hishamhm / htop

htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
GNU General Public License v2.0
5.84k stars 581 forks source link

Settings.c: show thread names by default #929

Open thac0 opened 5 years ago

thac0 commented 5 years ago

This is to support analysis of multi-threaded applications "out of the box", like web browsers. Applications can name their threads, so this change should prove useful.

The htoprc file is written to whenever the user changes settings in htop. htoprc settings take precedence over this change.

Signed-off-by: Joe Konno joe.konno@intel.com