TODO.md --with-pthread question
This commit is contained in:
parent
c1e28f2f2e
commit
361d63be94
1 changed files with 4 additions and 0 deletions
4
TODO.md
4
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?)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue