aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-12 06:51:25 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-12 06:51:25 -0400
commit59d3656e3c6a365b342d48b1c2a39bffc358e2cd (patch)
tree938863d15c191de2711fb5fee10530d5a570f173 /src/main.c
parent2a04693499291de2b8adc9ce2d8f86cb0ac1c13c (diff)
downloadfujinet-chat-59d3656e3c6a365b342d48b1c2a39bffc358e2cd.tar.gz
Disable XL/XE keyclick in config, /click command in the client.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index fa70df5..a701324 100644
--- a/src/main.c
+++ b/src/main.c
@@ -129,6 +129,7 @@ void main(void) {
OS.soundr = 0; // Turn off SIO beeping sound
OS.color2 = conf->colors[0];
OS.color1 = conf->colors[1];
+ OS.noclik = conf->disable_keyclick;
hz = (GTIA_READ.pal & 0x0e) ? 60 : 50;