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 79cdfb9..a3d2e51 100644
--- a/src/data.h
+++ b/src/data.h
@@ -249,6 +249,9 @@ struct rp_defaults
/* How many frame sets to remember when undoing. */
int maxundos;
+
+ /* The name of the top level keymap */
+ char *top_kmap;
};
/* Information about a child process. */