aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-25 07:28:10 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-25 07:28:10 -0400
commit3419fe7ccd1bce33e3ecd688b49c75da72da01d2 (patch)
treea2511870c90b70d28a1020a6c479b723e2caba8c /TODO
parent4f56070518b0cdb48c9b3af5958a8274b95c6d6b (diff)
downloadfujinet-chat-3419fe7ccd1bce33e3ecd688b49c75da72da01d2.tar.gz
Update TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 34f3371..c9c687f 100644
--- a/TODO
+++ b/TODO
@@ -17,6 +17,12 @@ X Configurable ctcp version response. Not going to do for now. Having
Other stuff:
+- [*] BUG: after start+number, start+a, start+tab, the first keystroke
+ gets ignored. Does not happen with esc or ctrl-numbers.
+- [*] BUG: ctrl-insert is supposed to insert a space manually, and
+ shift-insert is supposed to toggle insert/overwrite modes. Instead
+ ctrl-insert is inserting a space and shift-insert is adding the
+ raw ATASCII character to the buffer (inverse down arrowe).
- [*] Start+A should *always* switch windows, even if all are inactive.
It can act like Start+Left in that case.
- [*] Auto-pinging the server seems to work, but needs more testing.