update TODO

This commit is contained in:
Emile Clark-Boman 2025-09-12 00:15:29 +10:00
parent fc43b6a8de
commit 4dcd8f09f5

View file

@ -9,4 +9,6 @@ then fork and exec shfx as child (+ close ptmx), then close pts as parent.
- [ ] Should I compile ncurses with --with-pthread? (see `man 3x ncurses`) - [ ] Should I compile ncurses with --with-pthread? (see `man 3x ncurses`)
What about --enable-widec? (are these just ligatures?) What about --enable-widec? (are these just ligatures?)
- [ ] cursetree shits itself if width/height are 0 on bifurcation
- [ ] ensure NDEBUG is set for preprocessor to avoid <assert.h> statements if not debugging