aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
13 daysNick completion in channelsB. Watson
13 daysIndicators disappear after 3.7 sec.B. Watson
13 daysAdd server menu to config, and "clear all channels".B. Watson
14 daysfB. Watson
14 daysChannel tab completion for the [server] screen.B. Watson
14 daysTab complete PM nics (private screen only). Also, no need to prefix messages ↵B. Watson
with /m in server or private screens.
2026-03-17Activity indicators vanish after 1.5 sec.B. Watson
2026-03-17Update doc, TODO.B. Watson
2026-03-16Update TODO.B. Watson
2026-03-16Update TODO, add doc/scrollback.txt.B. Watson
2026-03-16Fix ^W so it deletes the space it starts out on, if it is one (reported by ↵B. Watson
TheDoctor).
2026-03-16Start+E also shows the status bar.B. Watson
2026-03-16Start+E exits when anything hides the editbox (like, pressing Return or ↵B. Watson
Shift-Clear or Start+Up).
2026-03-16After (re)joining channels at connect, switch to screen 3 if it's a channel.B. Watson
2026-03-16Update TODO.B. Watson
2026-03-16Editbox-only mode, Start+E.B. Watson
2026-03-16Update TODO.B. Watson
2026-03-16Use correct ATASCII code for #B. Watson
2026-03-16Shortcut to connect as Urch600XL in config.B. Watson
2026-03-16Don't persist away status across connects.B. Watson
2026-03-16Turn off ATRACT mode on disconnect.B. Watson
2026-03-16Move screen statuses to the right, get rid of <>, add indicators for net ↵B. Watson
activity and most-recent incoming IRC activity.
2026-03-16Filter out ctrl+shift combos, except the up/down arrows which we actually use.B. Watson
2026-03-15Don't send empty JOIN to the server if extra_channels not set.B. Watson
2026-03-15Redefine ATASCII graphics 1-27 as inverse uppercase letters.B. Watson
2026-03-15Update TODO.B. Watson
2026-03-15Update TODO.B. Watson
2026-03-15Update TODO again.B. Watson
2026-03-15Autojoin extra channels.B. Watson
2026-03-15Update TODO.B. Watson
2026-03-15Loading screen s/FujiNet/FujiNetChat/, use green for "loading config" too.B. Watson
2026-03-15call nclose() on disconnect.B. Watson
2026-03-15Add doc/statusbar.txtB. Watson
2026-03-15Public alpha 1.alpha1B. Watson
2026-03-15Embed git hash and build host in binary.B. Watson
2026-03-15Allow using the 240th character of the edit nox. And alert when trying to ↵pre-alphaB. Watson
type past the end.
2026-03-15Start+A searches from right to left (so [server] isn't constantly coming up).B. Watson
2026-03-15derpage that kept the edbox visible always.B. Watson
2026-03-15Loading screens for config and client.B. Watson
2026-03-15update editbox after every keystroke, not just "normal" ones that cause ↵B. Watson
edbox_putc().
2026-03-14New editing keys: ^F/^B or ctrl-shift-Up/Down = forward/back one word, ↵B. Watson
up/down arrows = up/down one line, ^U now "delete to start", ^K "delete to end", atari logo = insert ^B (bold format char).
2026-03-14Fix "space-puncher" bug in screen 7. cc65 cgetc() was the culprit.B. Watson
2026-03-14Handle 470 "forwarded to another channel".B. Watson
2026-03-14scrollback mode no longer freezes the network.B. Watson
2026-03-14get rid of unused nlogin() inherited from netcat. saves 162 bytes.B. Watson
2026-03-14show hilited screens in red.B. Watson
2026-03-14playing with colors for GR.1 screen status.B. Watson
2026-03-14fix warning.B. Watson
2026-03-14use GR.1 for screen status line. also revert to using only one status_box.B. Watson
2026-03-14remove scr_topics and scr_set_topic(), not going to display the topic in the ↵B. Watson
status line.