diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-30 19:53:36 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-30 19:53:36 -0500 |
commit | e6ec7b7baa9a0a52c3becb0ef43bb3285232b999 (patch) | |
tree | 9d92ebb2bd99f1615bc43235cbe6cbaddab20da9 /ted-base.c | |
parent | 3d56cc1986f855f91844915e35d0225bd8e07109 (diff) |
more config
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; |