add TODO.md

This commit is contained in:
Emile Clark-Boman 2025-09-09 11:46:54 +10:00
parent 883361111c
commit 492ec8832c

4
TODO.md Normal file
View file

@ -0,0 +1,4 @@
Use /dev/ptmx, to get ptmx (master) and pts (slave) file descriptors,
then fork and exec shfx as child (+ close ptmx), then close pts as parent.
>[!NOTE]
> Use `termios(3)` to enable raw mode (implemented in `cursed.c`) (for the slave or master?)