summaryrefslogtreecommitdiffstats
path: root/ProcessLocksScreen.c
AgeCommit message (Collapse)Author
2023-08-30Introduce Row and Table classes for screens beyond top-processesNathan Scott
This commit refactors the Process and ProcessList structures such they each have a new parent - Row and Table, respectively. These new classes handle screen updates relating to anything that could be represented in tabular format, e.g. cgroups, filesystems, etc, without us having to reimplement the display logic repeatedly for each new entity.
2023-01-08Use a 0x{devnum} format for devices in lock screen, like files screenнаб
Also reflow it to not be absolutely bonkers
2023-01-08Replace meaningless ID column with FD column in lock screenнаб
Doubly meaningless since the IDs are now per-FD
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-01-11Make Infoscreens the correct heightDaniel Lange
2020-11-25ProcessLocksScreen_draw: use Process_getCommand instead of raw commChristian Göttsche
2020-11-19IWYU update (Linux)Christian Göttsche
2020-11-14Split data array for file lock information into separate fieldsBenny Baumann
2020-11-14Split platform dependent parts for file locks screenBenny Baumann