From 4ed94191a9eb28e1ae0d478bc2d3c9e949434529 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 5 Jul 2012 23:13:26 -0400 Subject: [PATCH] update README --- README.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2160edd..f72d1b5 100644 --- a/README.rst +++ b/README.rst @@ -40,11 +40,18 @@ TEXT SELECTION MODE TODO ==== -* keyboard text selection * tab and shift-tab bindings for completion * better url matching regex * hint mode overlay for urls (like elinks/vimperator/pentadactyl) * scrollback search needs to be improved upstream [1]_ * expose keybindings in ``termite.cfg`` +TEXT SELECTION +-------------- + +* _vte_terminal_select_text would be perfect for extending this, but it isn't + exposed in the API +* does not currently work in ncurses applications +* needs to be extended to more than just the basic ``h``/``j``/``k``/``l`` + .. [1] https://bugzilla.gnome.org/show_bug.cgi?id=627886