about summary refs log tree commit diff
path: root/TODO.txt
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2021-05-15 22:16:03 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-05-15 22:16:03 +0200
commitd397ddfd64d0cd49342166b366d4dcf3c3202e19 (patch)
treeffd0836c50f4f8dc8458da50b1dafcb4de199c97 /TODO.txt
parent87cb71fe631e8a450d32fdbb6dd85f5ce1327cf8 (diff)
TODO.txt: Initialize
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
new file mode 100644
index 0000000..e869570
--- /dev/null
+++ b/TODO.txt
@@ -0,0 +1,13 @@
+* Key bindings and focus on line-based editing
+	* readline-like keybindings like ctrl-a, ctrl-e, ctrl-w, …
+	* terminal-global editing history?
+* Support for **some** ANSI escape sequences
+	* Colors
+	* Bracketed paste mode
+* Pager replacement
+	* Plan 9 inspired scrolling support (autoscroll, …)
+	* Dialog to find text in current buffer
+* In-place editing inspired by 9term
+* Handle termination of shell correctly
+* Handling of stty(1) specific key bindings such as ctrl-h, ctrl-j, …
+* Background Color, Foreground Color, … configuration via argparse