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-20 14:55:45 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-05-20 14:55:45 +0200
commitd44fe959cd697cb1afc869b3ae630ceb052622ea (patch)
tree5564d0f47f1b0e4b6d948431655edcaa9328e938 /TODO.txt
parent602b5f86a14f74b3c558e4a4c5346640bfe1e860 (diff)
TODO.txt: Update
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index 2a6557d..d1ef266 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,5 +1,5 @@
 * Key bindings and focus on line-based editing
-	* readline-like keybindings like ctrl-a, ctrl-e, ctrl-w, …
+	* more readline-like keybindings
 	* terminal-global editing history?
 * Support for **some** ANSI escape sequences
 	* Colors
@@ -7,8 +7,7 @@
 * 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
+* Forward some special tty bindings (such as Ctrl+Z) to the PTY
+  instead of intercepting them in Gtk (vte has code for that)
+* Basic support for raw mode
 * 9term-like file name completions using ctrl+f