]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - interactive.h
interactive: Add producer to struct i9e_client_info.
[paraslash.git] / interactive.h
index 93ee56c7fb7d833a7c3dac514d2b04f24f70ca5c..0af2ef40c27e38950654044ceb0770951ff328ef 100644 (file)
@@ -71,6 +71,11 @@ struct i9e_client_info {
         * completer if the cursor is not on the first word.
         */
        struct i9e_completer *completers;
+       /**
+        * If non-NULL, this node is attached immediately to the stdout btr
+        * node of the i9e subsystem.
+        */
+       struct btr_node *producer;
 };
 
 int i9e_open(struct i9e_client_info *ici, struct sched *s);