summaryrefslogtreecommitdiffstats
path: root/console.c
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-07-06 06:06:14 -0400
committerMalfurious <m@lfurio.us>2023-07-06 06:06:14 -0400
commitd622a30a82f8ac6914926a5bfdc0e31dff6ce55d (patch)
tree14233977af248b4cc0a0eb83325b39874147fb7e /console.c
parent4def3856f105b1461615285c9e33750a51177994 (diff)
downloadmisplays-d622a30a82f8ac6914926a5bfdc0e31dff6ce55d.tar.gz
misplays-d622a30a82f8ac6914926a5bfdc0e31dff6ce55d.zip
Rename curshelpers unit to 'helpers'
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'console.c')
-rw-r--r--console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/console.c b/console.c
index f8949d7..6c1ae53 100644
--- a/console.c
+++ b/console.c
@@ -4,7 +4,7 @@
#include <unistd.h>
#include "console.h"
-#include "curshelpers.h"
+#include "helpers.h"
int console_init(struct console *cons) {
int master = open("/dev/ptmx", O_RDWR | O_NOCTTY);