about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2021-06-02 20:03:33 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-06-02 20:03:33 +0200
commit2893b6dabbf3649dbbcebd349fb9076483239575 (patch)
treef01deec0802eb9165202f9ab5bd1dfb14b88e430
parent15448192c2b905a43c8b009ffeca0d6fc74fb639 (diff)
TODO.txt: Update and clarify some entries
-rw-r--r--TODO.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index d7519f5..ee97cf6 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,8 +1,15 @@
-* History backwards search (ctrl+r)
 * Support for **some** ANSI escape sequences
 	* Colors
-	* Bracketed paste mode
+	* Font modifiers (italic, bold, …)
 * Provide some heuristic support for disabling echo
 	* Useful for entering passwords
 	* Also ensures that passwords don't show up in history
 	* 9term has a heuristic for this
+* Fix use of ssh within saneterm
+	* ssh forces echo (see previous entry)
+* Improve completion support:
+	* Expand '~' in completions
+	* Somehow provide completions for executables in $PATH
+* Add history backwards search using ctrl+r
+* Make sure no input is lost in-between output points
+	* For example, when text is typed before the prompt is redrawn