aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
9 daysPressing backspace in an empty edit box hides the edit box.B. Watson
9 daysStop using FujiNet's CRLF translation (set it to "none"), do our own CRLF ↵B. Watson
processing. Allows the ~ character to be sent properly.
9 daysControl and numbers 1-7 switch screens.B. Watson
9 daysCtrl-Insert toggles between insert and typeover modes (insert is still the ↵B. Watson
default).
9 daysDisable Break key in both config and client.B. Watson
9 daysEsc now acts as a latch for the Start key (irssi-like, plus easier for ↵B. Watson
XEGS/1200XL users).
11 daysTweak config prompt.B. Watson
11 daysRearrange config a bit.B. Watson
11 daysAdd /reboot command.B. Watson
11 daysFix bug: cursor down could go past edbox_len.B. Watson
11 daysDocument /reset command.B. Watson
11 daysGet rid of "joining #channel" message (it was really for debugging anyway).B. Watson
11 daysAdd /RESET command and nreset() func. Mainly for testing.B. Watson
11 daysUpdate TODO.B. Watson
11 daysTweak irc_loop(), update TODO.B. Watson
11 daysClear message buffer on reconnect.B. Watson
11 daysUpdate TODO.B. Watson
11 daysTemporary fix for "USER: Not enough parameters".B. Watson
12 daysUpdate TODO.B. Watson
12 daysFilter out a few more useless keystrokes.B. Watson
12 daysderpB. Watson
12 daysRework server timeout detection.B. Watson
12 daysfix compiler warning.B. Watson
12 daysreinstate the bell on timeout.B. Watson
12 daysUpdate TODO.B. Watson
12 daysDerp.B. Watson
12 daysPing server after 1 min of inactivity; disconnect/reconnect if no PONG ↵B. Watson
within the next minute.
12 daysBrighten up default BG and text color, because we're about to use COLOR2 for ↵B. Watson
a 4th statusbar color.
12 daysTab completion getting better. Add a : after the nick, in channel screens.B. Watson
12 daysChannel nick-complete includes join messages.B. Watson
12 daysUpdate TODO.B. Watson
12 daysNick completion in channelsB. Watson
12 daysIndicators disappear after 3.7 sec.B. Watson
12 daysAdd server menu to config, and "clear all channels".B. Watson
13 daysfB. Watson
13 daysChannel tab completion for the [server] screen.B. Watson
13 daysTab complete PM nics (private screen only). Also, no need to prefix messages ↵B. Watson
with /m in server or private screens.
13 daysActivity indicators vanish after 1.5 sec.B. Watson
13 daysUpdate doc, TODO.B. Watson
14 daysUpdate TODO.B. Watson
14 daysUpdate TODO, add doc/scrollback.txt.B. Watson
14 daysFix ^W so it deletes the space it starts out on, if it is one (reported by ↵B. Watson
TheDoctor).
14 daysStart+E also shows the status bar.B. Watson
14 daysStart+E exits when anything hides the editbox (like, pressing Return or ↵B. Watson
Shift-Clear or Start+Up).
14 daysAfter (re)joining channels at connect, switch to screen 3 if it's a channel.B. Watson
14 daysUpdate TODO.B. Watson
14 daysEditbox-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