summaryrefslogtreecommitdiffstats
path: root/ProcessLocksScreen.c
Commit message (Collapse)AuthorAgeFilesLines
* Introduce Row and Table classes for screens beyond top-processesNathan Scott2023-08-301-2/+2
| | | | | | | | | 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.
* Use a 0x{devnum} format for devices in lock screen, like files screenнаб2023-01-081-5/+6
| | | | Also reflow it to not be absolutely bonkers
* Replace meaningless ID column with FD column in lock screenнаб2023-01-081-5/+5
| | | | Doubly meaningless since the IDs are now per-FD
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* Make Infoscreens the correct heightDaniel Lange2021-01-111-1/+1
|
* ProcessLocksScreen_draw: use Process_getCommand instead of raw commChristian Göttsche2020-11-251-1/+1
|
* IWYU update (Linux)Christian Göttsche2020-11-191-14/+3
|
* Split data array for file lock information into separate fieldsBenny Baumann2020-11-141-6/+8
|
* Split platform dependent parts for file locks screenBenny Baumann2020-11-141-0/+114

© 2014-2024 Faster IT GmbH | imprint | privacy policy