From 361d63be94366c63e8792702e8086c024ec94be5 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Wed, 10 Sep 2025 22:47:59 +1000 Subject: [PATCH] TODO.md --with-pthread question --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index f3b7d7f..36d892f 100644 --- a/TODO.md +++ b/TODO.md @@ -6,3 +6,7 @@ then fork and exec shfx as child (+ close ptmx), then close pts as parent. - [ ] Implement a SIGCHLD handler instead of using `waitpid` in `killchild()`, see 2nd example in `man wait(3p)` - [ ] Use threads to launch `killchild` to avoid blocking, then just join all the threads using atexit() +- [ ] Should I compile ncurses with --with-pthread? (see `man 3x ncurses`) + What about --enable-widec? (are these just ligatures?) + +