aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index a57ff94..6ea3d1d 100644
--- a/vis.h
+++ b/vis.h
@@ -27,6 +27,9 @@ typedef struct Win Win;
#define VIS_COMPLETE "vis-complete"
#endif
+/* maximum bytes needed for string representation of a (pseudo) key */
+#define VIS_KEY_LENGTH_MAX 64
+
typedef struct {
void (*init)(Vis*);
void (*start)(Vis*);