summaryrefslogtreecommitdiffstats
path: root/win/tclWinChan.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-03-31 18:47:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-03-31 18:47:26 (GMT)
commit7e30bd73bdf1406fbbff99255256f0b9d2ba0181 (patch)
tree412d59b079017abb778b9483c6d182a31216e9fa /win/tclWinChan.c
parent92bec6e359c2f911e7d60eaa4dd21d2cefa0db09 (diff)
parentf4cedcbce197fa8bedcd0bdbff05b9434adef7b4 (diff)
downloadtcl-7e30bd73bdf1406fbbff99255256f0b9d2ba0181.zip
tcl-7e30bd73bdf1406fbbff99255256f0b9d2ba0181.tar.gz
tcl-7e30bd73bdf1406fbbff99255256f0b9d2ba0181.tar.bz2
merge trunk
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 24bfb5f..241276a 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