diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-04-08 09:44:12 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-04-08 09:44:12 -0400 |
| commit | c6518c26344e79c3d0ada14e2089de9b2928a033 (patch) | |
| tree | ab4dbe5256d9a421594fc2fefa3ecb1afe98d7fa /src/main.c | |
| parent | ae2bd7b13946eafee72a953d55b70e3bc1cdb5be (diff) | |
| download | fujinet-chat-c6518c26344e79c3d0ada14e2089de9b2928a033.tar.gz | |
In case it matters, call _main with Y set to 0.
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -132,7 +132,6 @@ void reconnect(void) { void main(void) { bell_type = config.alert_type; /* TODO: have bell.s read staight from the struct */ - OS.shflok = 0; // turn off shift-lock. OS.soundr = 0; // Turn off SIO beeping sound OS.color2 = config.colors[0]; /* text BG, user-selected */ OS.color1 = config.colors[1]; |
