mirror of https://github.com/xzeldon/htop.git
Match iotop's screen configuration
This commit is contained in:
parent
d145a3bfdd
commit
86fea8facd
|
@ -262,7 +262,7 @@ ScreenSettings* Settings_newScreen(Settings* this, const char* name, const char*
|
|||
|
||||
static void Settings_defaultScreens(Settings* this) {
|
||||
Settings_newScreen(this, "Default", "PID USER PRIORITY NICE M_SIZE M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command");
|
||||
Settings_newScreen(this, "I/O", "PID IO_PRIORITY USER IO_READ_RATE IO_WRITE_RATE Command");
|
||||
Settings_newScreen(this, "I/O", "PID IO_PRIORITY USER IO_READ_RATE IO_WRITE_RATE PERCENT_SWAP_DELAY PERCENT_IO_DELAY Command");
|
||||
}
|
||||
|
||||
static bool Settings_read(Settings* this, const char* fileName) {
|
||||
|
|
Loading…
Reference in New Issue