aboutsummaryrefslogtreecommitdiff
path: root/src/edbox.c
AgeCommit message (Collapse)Author
14 daysupdate editbox after every keystroke, not just "normal" ones that cause ↵B. Watson
edbox_putc().
14 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