summaryrefslogtreecommitdiffstats
path: root/helpers.c
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-10-09 16:31:56 -0400
committerMalfurious <m@lfurio.us>2024-04-24 13:31:08 -0400
commit574d5a2c4f07bed91d9682e4f48e655e88e37498 (patch)
tree0faa0f9c7d5a26b9b9d25557539c5be1abff55d9 /helpers.c
parentee936125622325a4b33bafe336b44e44a24ce1aa (diff)
downloadmisplays-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers.c b/helpers.c
index 163cd2e..9973093 100644
--- a/helpers.c
+++ b/helpers.c
@@ -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) {