From: John Hodge Date: Tue, 14 May 2013 03:32:43 +0000 (+0800) Subject: Notes - Pondering pty behavior X-Git-Tag: rel0.15~492 X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=commitdiff_plain;h=2b266d4885c59f6d8d39dfa17da1adcbf88e127b Notes - Pondering pty behavior --- 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