aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-25 07:49:36 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-25 07:49:36 -0400
commit076af653df96bcd37a2615b455795b4e74a6d108 (patch)
tree51e8aec2c44413e9520d03bd46a422aef14ca64d /TODO
parent3419fe7ccd1bce33e3ecd688b49c75da72da01d2 (diff)
downloadfujinet-chat-076af653df96bcd37a2615b455795b4e74a6d108.tar.gz
Fix shift/ctrl insert mess.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index c9c687f..425f0a4 100644
--- a/TODO
+++ b/TODO
@@ -19,10 +19,6 @@ 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.