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-24 12:59:30 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-05-24 12:59:30 +0200
commitaec941f4761d832650276d523e3bf68945c80c61 (patch)
treeeeffd06e30f09646f927778368d2cecc1ef43717 /TODO.txt
parent95978f1031fe8d3aae96697edc02e9a419688e52 (diff)
TODO.txt: Update
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index d1ef266..3983cd6 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,13 +1,9 @@
-* Key bindings and focus on line-based editing
-	* more readline-like keybindings
-	* terminal-global editing history?
+* 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
-* 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