From 6e444c70add7ea8720d86559a4f13cdab5167be9 Mon Sep 17 00:00:00 2001 From: verdant Date: Sun, 24 May 2026 13:03:35 +0800 Subject: chore: add comment --- utils.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'utils.h') diff --git a/utils.h b/utils.h index b556bbf..e6e6558 100644 --- a/utils.h +++ b/utils.h @@ -1,7 +1,13 @@ #ifndef KL_UTILS_H #define KL_UTILS_H +#include +#include "config.h" + void disable_term_echo(); void enable_term_echo(); +/* void print_pure(struct input_event *ie, struct config *cfg); */ +/* void print_with_time(struct input_event *ie, struct config *cfg); */ + #endif -- cgit v1.2.3