aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-01-30 20:11:52 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-01-30 20:11:52 +0100
commitd94bb93f10365a39d90cc0d4d4b151fc797767df (patch)
tree8d92fd4fa5837db74a3360e551a5243906bf2fa4 /vis.h
parentf0e0c0991c5a3d50582678e1b05d83d375057709 (diff)
downloadvis-d94bb93f10365a39d90cc0d4d4b151fc797767df.tar.gz
vis-d94bb93f10365a39d90cc0d4d4b151fc797767df.tar.xz
Implement blackhole register "_
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 fe30fa4..8de1f51 100644
--- a/vis.h
+++ b/vis.h
@@ -348,6 +348,7 @@ enum VisRegister {
VIS_REG_u, VIS_REG_v, VIS_REG_w, VIS_REG_x, VIS_REG_y,
VIS_REG_z,
VIS_REG_DEFAULT, /* used when no other register is specified */
+ VIS_REG_BLACKHOLE, /* /dev/null register */
VIS_REG_PROMPT, /* internal register which shadows DEFAULT in PROMPT mode */
VIS_REG_INVALID, /* has to be the last enum member */
};