Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-29 | Handle resize event when console is open. | Paul Oliver | |
[#5] Whenever terminal gets resized with the console open, we call the Printer.on_resize() method to adequately query the new window size. | |||
2024-02-29 | Refactored all python modules to use name scrambling. | Paul Oliver | |
[#4] Modules now utilize better naming conventions for differentiating between public and private members and methods. We no longer make use of properties. | |||
2024-02-29 | Bug fixed on cursor's process selection process. | Paul Oliver | |
[#1] Cursor process selection loop was searching for processes under the cursor by iterating based on process count, instead of process queue capacity. | |||
2024-02-29 | Initial commit. | Paul Oliver | |