static struct colinfo infos[] = {
[COL_ASSOC] = { "ASSOC", 0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING,
N_("association between file and process") },
- [COL_COMMAND] = { "COMMAND", 0, 0, SCOLS_JSON_STRING,
+ [COL_COMMAND] = { "COMMAND", 15, 0, SCOLS_JSON_STRING,
N_("command of the process opening the file") },
[COL_DEV] = { "DEV", 0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING,
N_("ID of device containing file") },
N_("file descriptor for the file") },
[COL_INODE] = { "INODE", 0, SCOLS_FL_RIGHT, SCOLS_JSON_NUMBER,
N_("inode number") },
- [COL_NAME] = { "NAME", 0, 0, SCOLS_JSON_STRING,
+ [COL_NAME] = { "NAME", 45, 0, SCOLS_JSON_STRING,
N_("name of the file") },
- [COL_PID] = { "PID", 0, SCOLS_FL_RIGHT, SCOLS_JSON_NUMBER,
+ [COL_PID] = { "PID", 5, SCOLS_FL_RIGHT, SCOLS_JSON_NUMBER,
N_("PID of the process opening the file") },
[COL_RDEV] = { "RDEV", 0, SCOLS_FL_RIGHT, SCOLS_JSON_STRING,
N_("device ID (if special file)") },