aboutsummaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
11 daysPrecalculate timer intervals (in config segment; client gets them preset). ↵B. Watson
6780 bytes free.
2026-04-02Replace conf->blah with config.blah (see the definition of "OS" in ↵B. Watson
<atari.h>). 6075 bytes free.
2026-03-30#if out invalid_msg(), save another few bytes, at 4733 free now.B. Watson
2026-03-29Removing PING/PONG message, nobody will miss it.B. Watson
2026-03-28Disable XL OS copy in config (we aren't using the extra RAM yet anyway).B. Watson
2026-03-28Save some more bytes (strip down nio.c API).B. Watson
2026-03-28Fix config build.B. Watson
2026-03-27Tweak the config, add doc/dynamic-screens.txtB. Watson
2026-03-26Experimenting with extra scrollback; this is not in its final form yet.B. Watson
2026-03-23Fix *derpage* in config.c.B. Watson
2026-03-23Fix for recent cc65 git.B. Watson
2026-03-22Delay net polling during rapid typing, add ^X (same as ctrl-del).B. Watson
2026-03-21Disable Break key in both config and client.B. Watson
2026-03-19Tweak config prompt.B. Watson
2026-03-19Rearrange config a bit.B. Watson
2026-03-18Brighten up default BG and text color, because we're about to use COLOR2 for ↵B. Watson
a 4th statusbar color.
2026-03-17Add server menu to config, and "clear all channels".B. Watson
2026-03-16Shortcut to connect as Urch600XL in config.B. Watson
2026-03-15Embed git hash and build host in binary.B. Watson
2026-03-15Loading screens for config and client.B. Watson
2026-03-14Fix save in config, add directories.B. Watson
2026-03-12Fix (band-aid) screen memory corruption.B. Watson
2026-03-12Disable XL/XE keyclick in config, /click command in the client.B. Watson
2026-03-12Config asks for "extra" channels for screen 1.B. Watson
2026-03-12Config allows entering autojoin channels.B. Watson
2026-03-12Check for numeric port # in config.B. Watson
2026-03-12Fix and streamline config tool.B. Watson
2026-03-11Fix yn() in config, futz with alignment.B. Watson
2026-03-11Remove server/nick prompts from client, add a separate config tool that ↵B. Watson
loads as an init segment, with lots more options.
2026-03-11Add config/* stuff.B. Watson