From 97cca528658e5b811a56600b7c0b4f9c11bf83fc Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Tue, 25 Jun 2024 14:02:02 +0200 Subject: Add basic command line * Initialize terminal and signal handling * Add basic repl that doesn't do anything yet * Add handling for Ctrl-C, Ctrl-D and Ctrl-\ in interactive mode--- src/debug_tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug_tools.c') diff --git a/src/debug_tools.c b/src/debug_tools.c index e75c0a7..ccf2164 100644 --- a/src/debug_tools.c +++ b/src/debug_tools.c @@ -6,7 +6,7 @@ /* By: dkaiser