aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/todo.txt
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-05-05 22:00:43 -0400
committerMichael Reed <m.reed@mykolab.com>2015-05-18 11:06:54 -0400
commitc50c831b85c9ca44cbc2857beaf8978bdcf99a7d (patch)
treea83e81df0c2c6947bd2041ba861443534e3d0c22 /runtime/doc/todo.txt
parent00cf632b2b0bfd5c3ced3ca15b34cae0b52cd06d (diff)
downloadrneovim-c50c831b85c9ca44cbc2857beaf8978bdcf99a7d.tar.gz
rneovim-c50c831b85c9ca44cbc2857beaf8978bdcf99a7d.tar.bz2
rneovim-c50c831b85c9ca44cbc2857beaf8978bdcf99a7d.zip
Cleanup 'ttym[ouse]', FEAT_MOUSE, mouse_(dec|gpm|etc.)
Because of 3baba1e7bc6698e6bc9f1d37fce88b30d6274bc9, it's dead code. Helped-by: Justin M. Keyes <justinkz@gmail.com>
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r--runtime/doc/todo.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 5078f5c7ce..849bf396c3 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -540,11 +540,6 @@ is confusing. Should say "the argument list is empty".
xterm supports escape sequences to mark a paste operation. Need to be
enabled. (Bruno Sutic, 2014 Jul 11) How to know the terminal supports this?
-URXVT:
-- will get stuck if byte sequence does not contain the expected semicolon.
-- Use urxvt mouse support also in xterm. Explanations:
- http://www.midnight-commander.org/ticket/2662
-
Patch to have the fold and sign column and at the last line of the buffer.
(Marco Hinz, 2014 Sep 25)
Alternate suggestion: let all columns continue, also the number column.