Allow to copy full process command line (#33)

This commit is contained in:
Hunter Turcin
2022-03-04 01:39:12 +00:00
committed by Andre Miranda
parent 9b68e2dcd8
commit 8a4ad6c8a3
3 changed files with 69 additions and 3 deletions

View File

@@ -21,7 +21,10 @@ enum
#ifdef HAVE_WNCK
XTM_PTV_COLUMN_ICON,
#endif
/* might be prettified; shown to user */
XTM_PTV_COLUMN_COMMAND,
/* never prettified; used for copying command line to clipboard */
XTM_PTV_COLUMN_COMMAND_RAW,
XTM_PTV_COLUMN_PID,
XTM_PTV_COLUMN_PPID,
XTM_PTV_COLUMN_STATE,