aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index 56bf17b..91f9868 100644
--- a/vis.h
+++ b/vis.h
@@ -202,6 +202,7 @@ enum VisOperator {
* the expected varying arguments are as follows:
*
* - VIS_OP_FILTER a char pointer referring to the command to run
+ * - VIS_OP_JOIN a char pointer referring to the text to insert between lines
*/
bool vis_operator(Vis*, enum VisOperator, ...);