summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclIO.h')
-rw-r--r--generic/tclIO.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclIO.h b/generic/tclIO.h
index a69e990..689067f 100644
--- a/generic/tclIO.h
+++ b/generic/tclIO.h
@@ -233,6 +233,8 @@ typedef struct ChannelState {
* flushed after every newline. */
#define CHANNEL_UNBUFFERED (1<<5) /* Output to the channel must always
* be flushed immediately. */
+#define CHANNEL_FCOPY (1<<6) /* Channel is currently doing an fcopy
+ * mode. */
#define BG_FLUSH_SCHEDULED (1<<7) /* A background flush of the queued
* output buffers has been
* scheduled. */