about summary refs log tree commit diff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 55cc673..525704a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,8 +1,12 @@
+* History backwards search (ctrl+r)
+* Searching for string in current buffer
 * 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
 * Basic support for raw mode
 * 9term-like file name completions using ctrl+f
+* Support of a ctrl+l screen clear feature and/or
+  scrolling beyond th end of the buffer like 9term supports
+* Limit total amount of lines stored in buffer, should also fix
+  issue with GtkTextView going black if too many lines have
+  accumulated