Add signal handlers and background processes

This commit is contained in:
Hugo Mårdbrink 2025-08-02 00:10:31 +02:00
parent 3e2b956786
commit 5a77cc3bdf
2 changed files with 47 additions and 3 deletions

View file

@ -26,6 +26,7 @@ main :: proc() {
}
buf: [INPUT_MAX]byte
shell.init_shell()
for true {
prompt := shell.get_prompt()