diff options
author | Malfurious <m@lfurio.us> | 2023-10-09 16:31:56 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-04-24 13:31:08 -0400 |
commit | 574d5a2c4f07bed91d9682e4f48e655e88e37498 (patch) | |
tree | 0faa0f9c7d5a26b9b9d25557539c5be1abff55d9 /helpers.c | |
parent | ee936125622325a4b33bafe336b44e44a24ce1aa (diff) | |
download | misplays-574d5a2c4f07bed91d9682e4f48e655e88e37498.tar.gz misplays-574d5a2c4f07bed91d9682e4f48e655e88e37498.zip |
Implement support for PTRACE_EVENT_FORK and ui
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to '')
-rw-r--r-- | helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ void cursinit(void) { init_pair(1, COLOR_GREEN, -1); init_pair(2, COLOR_CYAN, -1); init_pair(3, COLOR_RED, -1); + init_pair(4, COLOR_YELLOW, -1); } void cursupdate(void) { |