diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-03-31 18:47:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-03-31 18:47:26 (GMT) |
commit | 7e30bd73bdf1406fbbff99255256f0b9d2ba0181 (patch) | |
tree | 412d59b079017abb778b9483c6d182a31216e9fa /win/tclWinChan.c | |
parent | 92bec6e359c2f911e7d60eaa4dd21d2cefa0db09 (diff) | |
parent | f4cedcbce197fa8bedcd0bdbff05b9434adef7b4 (diff) | |
download | tcl-7e30bd73bdf1406fbbff99255256f0b9d2ba0181.zip tcl-7e30bd73bdf1406fbbff99255256f0b9d2ba0181.tar.gz tcl-7e30bd73bdf1406fbbff99255256f0b9d2ba0181.tar.bz2 |
merge trunk
Diffstat (limited to 'win/tclWinChan.c')
-rw-r--r-- | win/tclWinChan.c | 4 |
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 |