From 2b266d4885c59f6d8d39dfa17da1adcbf88e127b Mon Sep 17 00:00:00 2001 From: John Hodge Date: Tue, 14 May 2013 11:32:43 +0800 Subject: [PATCH] Notes - Pondering pty behavior --- Notes/20130511-ptys.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Notes/20130511-ptys.txt 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 -- 2.20.1