aboutsummaryrefslogtreecommitdiff
path: root/src/edbox.c
AgeCommit message (Expand)Author
12 daysFix ^W so it deletes the space it starts out on, if it is one (reported by Th...B. Watson
12 daysStart+E exits when anything hides the editbox (like, pressing Return or Shift...B. Watson
12 daysMove screen statuses to the right, get rid of <>, add indicators for net acti...B. Watson
13 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 typ...pre-alphaB. Watson
13 daysderpage that kept the edbox visible always.B. Watson
14 daysupdate editbox after every keystroke, not just "normal" ones that cause edbox...B. Watson
14 daysNew editing keys: ^F/^B or ctrl-shift-Up/Down = forward/back one word, up/dow...B. Watson
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 loads...B. Watson
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