diff options
Diffstat (limited to 'config/config.c')
| -rw-r--r-- | config/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.c b/config/config.c index 0088675..8f002b4 100644 --- a/config/config.c +++ b/config/config.c @@ -411,6 +411,7 @@ void main(void) { conf->show_ping = yn("Show PING/PONG", conf->show_ping); conf->atract_away = yn("Set AWAY on ATRACT", conf->atract_away); conf->hide_motd = yn("Hide MOTD", conf->hide_motd); + conf->disable_keyclick = yn("Disable keyclick (XL/XE)", conf->disable_keyclick); prompt_channels(); prompt_extra_channels(); |
