From f4e00859ceefe246be7faa53eff1e876a663b76e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 6 Aug 2022 16:13:45 -0700 Subject: [PATCH] update TODO with a bunch of select tasks --- TODO.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index b690b4222..73f88e1aa 100644 --- a/TODO.md +++ b/TODO.md @@ -19,17 +19,19 @@ Correctness: * test wrap against wraptest: https://github.com/mattiase/wraptest - automate this in some way -Visual: - -* bell - Improvements: * scrollback: configurable +* selection on top/bottom should scroll up/down (while extending selection) +* double-click to select a word +* triple-click to select a line +* shift-click and drag to continue selection +* arrow keys do nothing, should send proper codes +* home/end should scroll to top/bottom of scrollback Major Features: * Strikethrough * Emoji * Ligatures - +* Bell