summaryrefslogtreecommitdiffhomepage
path: root/src/sst.c
diff options
context:
space:
mode:
authorWillian Henrique <wsimanbrazil@yahoo.com.br>2022-07-16 18:08:23 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-07-23 19:07:03 +0100
commitb53b780e1b14e174204457765b4a0a72b6d2924f (patch)
treedad9999812afc77fbb09dfefa7aec5739b794017 /src/sst.c
parent8c8680ad112f3ad1360aa5547392119ed4de6581 (diff)
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.
Diffstat (limited to 'src/sst.c')
-rw-r--r--src/sst.c2
1 files changed, 1 insertions, 1 deletions
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();