summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/data.h b/src/data.h
index a3d2e51..af274ac 100644
--- a/src/data.h
+++ b/src/data.h
@@ -252,6 +252,9 @@ struct rp_defaults
/* The name of the top level keymap */
char *top_kmap;
+
+ /* Frame indicator format */
+ char *frame_fmt;
};
/* Information about a child process. */