diff options
Diffstat (limited to 'ted-base.c')
-rw-r--r-- | ted-base.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ typedef struct { - Command cmd; + u32 line_number; // config line number where this was set + Command command; i64 argument; } KeyAction; |