diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-12 06:51:25 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-12 06:51:25 -0400 |
| commit | 59d3656e3c6a365b342d48b1c2a39bffc358e2cd (patch) | |
| tree | 938863d15c191de2711fb5fee10530d5a570f173 /src/main.c | |
| parent | 2a04693499291de2b8adc9ce2d8f86cb0ac1c13c (diff) | |
| download | fujinet-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
