mirror of https://github.com/xzeldon/htop.git
Add missing header titles. Closes #3152630.
This commit is contained in:
parent
f1f77653e0
commit
3e265ce4ab
|
@ -204,7 +204,7 @@ const char *Process_fieldNames[] = {
|
||||||
const char *Process_fieldTitles[] = {
|
const char *Process_fieldTitles[] = {
|
||||||
"", " PID ", "Command ", "S ", " PPID ", " PGRP ", " SESN ",
|
"", " PID ", "Command ", "S ", " PPID ", " PGRP ", " SESN ",
|
||||||
" TTY ", "TPGID ", "- ", "- ", "- ", "- ", "- ",
|
" TTY ", "TPGID ", "- ", "- ", "- ", "- ", "- ",
|
||||||
" UTIME+ ", " STIME+ ", "- ", "- ", "PRI ", " NI ", "- ",
|
" UTIME+ ", " STIME+ ", " CUTIME+ ", " CSTIME+ ", "PRI ", " NI ", "- ",
|
||||||
"START ", "- ", "- ", "- ", "- ", "- ", "- ",
|
"START ", "- ", "- ", "- ", "- ", "- ", "- ",
|
||||||
"- ", "- ", "- ", "- ", "- ", "- ", "- ",
|
"- ", "- ", "- ", "- ", "- ", "- ", "- ",
|
||||||
"- ", "- ", "- ", "CPU ", " VIRT ", " RES ", " SHR ",
|
"- ", "- ", "- ", "CPU ", " VIRT ", " RES ", " SHR ",
|
||||||
|
|
Loading…
Reference in New Issue