aboutsummaryrefslogtreecommitdiff
path: root/src/edbox.c
AgeCommit message (Collapse)Author
10 daysFilter out a few more useless keystrokes.B. Watson
10 daysTab completion getting better. Add a : after the nick, in channel screens.B. Watson
11 daysChannel tab completion for the [server] screen.B. Watson
11 daysTab complete PM nics (private screen only). Also, no need to prefix messages ↵B. Watson
with /m in server or private screens.
12 daysFix ^W so it deletes the space it starts out on, if it is one (reported by ↵B. Watson
TheDoctor).
12 daysStart+E exits when anything hides the editbox (like, pressing Return or ↵B. Watson
Shift-Clear or Start+Up).
12 daysMove screen statuses to the right, get rid of <>, add indicators for net ↵B. Watson
activity and most-recent incoming IRC activity.
12 daysFilter out ctrl+shift combos, except the up/down arrows which we actually use.B. Watson
13 daysAllow using the 240th character of the edit nox. And alert when trying to ↵pre-alphaB. Watson
type past the end.
13 daysderpage that kept the edbox visible always.B. Watson
13 daysupdate editbox after every keystroke, not just "normal" ones that cause ↵B. Watson
edbox_putc().
13 daysNew 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-14use GR.1 for screen status line. also revert to using only one status_box.B. Watson
2026-03-13Don't hide the edit box when some other channel becomes active.B. Watson
2026-03-12fix start+letters in screen 2, filter out ctrl+atari keystrokes correctly.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-02Fix "nick already in use" and permutation.B. Watson
2026-03-01Scrollback!B. Watson
2026-02-20edbox: add editing keys, do NOT include EOL in buffer.B. Watson
2026-02-18More work...B. Watson
2026-02-18WIP, still not working.B. Watson
2026-02-16Don't allow ctrl-3 keypresses.B. Watson
2026-02-16New UI stuff, not yet working.B. Watson