From b53b780e1b14e174204457765b4a0a72b6d2924f Mon Sep 17 00:00:00 2001 From: Willian Henrique Date: Sat, 16 Jul 2022 18:08:23 +0100 Subject: Add stuff to track keypresses Committer's note: this is somewhat adapted from Bill's original code, written a while back, but he gets full credit for actually doing the hard part. --- src/sst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sst.c') diff --git a/src/sst.c b/src/sst.c index 93908dc..7246e89 100644 --- a/src/sst.c +++ b/src/sst.c @@ -208,7 +208,7 @@ static const char *updatenotes = "\ static void do_featureinit(void) { bool has_bind = bind_init(); - has_ac = ac_init(); + if (has_bind) has_ac = ac_init(); bool has_alias = alias_init(); has_autojump = autojump_init(); has_demorec = demorec_init(); -- cgit v1.2.3