summaryrefslogtreecommitdiff
path: root/ted-base.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-12-30 19:53:36 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-12-30 19:53:36 -0500
commite6ec7b7baa9a0a52c3becb0ef43bb3285232b999 (patch)
tree9d92ebb2bd99f1615bc43235cbe6cbaddab20da9 /ted-base.c
parent3d56cc1986f855f91844915e35d0225bd8e07109 (diff)
more config
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;