summaryrefslogtreecommitdiffstats
path: root/win/tclWinChan.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-03-21 17:11:32 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-03-21 17:11:32 (GMT)
commit72ae8dccf119510f1b175a9a2243a87069cef308 (patch)
tree1ac746813e875394bef57b70698fcadb2bb2392f /win/tclWinChan.c
parent148177b382eb972506f96cd8bfb45c6958cea1b6 (diff)
downloadtcl-72ae8dccf119510f1b175a9a2243a87069cef308.zip
tcl-72ae8dccf119510f1b175a9a2243a87069cef308.tar.gz
tcl-72ae8dccf119510f1b175a9a2243a87069cef308.tar.bz2
Added comments raising questions about possible updates to channel
drivers on Windows.
Diffstat (limited to 'win/tclWinChan.c')
-rw-r--r--win/tclWinChan.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/win/tclWinChan.c b/win/tclWinChan.c
index c63aaa7..48acacb 100644
--- a/win/tclWinChan.c
+++ b/win/tclWinChan.c
@@ -662,6 +662,10 @@ FileInputProc(
*errorCode = 0;
/*
+ * TODO: This comment appears to be out of date. We *do* have a
+ * console driver, over in tclWinConsole.c. After some Windows
+ * developer confirms, this comment should be revised.
+ *
* Note that we will block on reads from a console buffer until a full
* line has been entered. The only way I know of to get around this is to
* write a console driver. We should probably do this at some point, but