X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Notes%2F20130511-ptys.txt;fp=Notes%2F20130511-ptys.txt;h=a83711c13ace8968cf3240d09c9348729d126a86;hb=2b266d4885c59f6d8d39dfa17da1adcbf88e127b;hp=0000000000000000000000000000000000000000;hpb=8f787590033c6ae653c02852e8a086c21cee5b7f;p=tpg%2Facess2.git diff --git a/Notes/20130511-ptys.txt b/Notes/20130511-ptys.txt new file mode 100644 index 00000000..a83711c1 --- /dev/null +++ b/Notes/20130511-ptys.txt @@ -0,0 +1,9 @@ +PTYs + +Need support for toggling echo and line buffering +- This needs to be communicated to pty owner somehow + > Second FD? Nominated data structure? Out of band data? +- API for the pty control? + > "_SysSetFileFlag"/"_SysGetFileFlag"? + Provides arbitary flags for each node + E.g. Terminal graphics mode, echo and buffering