about summary refs log tree commit diff
path: root/TODO.txt
blob: d1ef266f9bcb7f09af27cc05c4e5f5b478e04931 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
* Key bindings and focus on line-based editing
	* more readline-like keybindings
	* 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