epty reminder
This commit is contained in:
parent
7507b00ffc
commit
48041acb6f
1 changed files with 4 additions and 0 deletions
4
TODO.md
4
TODO.md
|
|
@ -6,6 +6,10 @@
|
||||||
- [ ] Create a C library for reading/writing and terminal commands based on terminfo databases
|
- [ ] Create a C library for reading/writing and terminal commands based on terminfo databases
|
||||||
(try running `infocmp -D`)
|
(try running `infocmp -D`)
|
||||||
|
|
||||||
|
- [ ] Make it so that forkepty() children are culled even after the PTY closes
|
||||||
|
(ie when the PTY closes they get SIGHUP, if they SIG_IGN and can't be reaped,
|
||||||
|
send a SIGTERM, if they SIG_IGN this then send a SIGKILL)
|
||||||
|
|
||||||
|
|
||||||
### References
|
### References
|
||||||
`man cosnole_codes`
|
`man cosnole_codes`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue