summaryrefslogtreecommitdiff
path: root/ted-base.c
diff options
context:
space:
mode:
Diffstat (limited to 'ted-base.c')
-rw-r--r--ted-base.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ted-base.c b/ted-base.c
index 28e7d4e..34f8a03 100644
--- a/ted-base.c
+++ b/ted-base.c
@@ -1,5 +1,6 @@
typedef struct {
- Command cmd;
+ u32 line_number; // config line number where this was set
+ Command command;
i64 argument;
} KeyAction;