summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ted.h b/ted.h
index c62dac7..c7eb35a 100644
--- a/ted.h
+++ b/ted.h
@@ -115,8 +115,7 @@ enum {
typedef struct KeyAction {
u32 key_combo;
- u32 line_number; // config line number where this was set
- Command command; // this will be 0 (COMMAND_UNKNOWN) if there's no action for the key
+ Command command;
i64 argument;
} KeyAction;