summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-25 22:30:20 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-25 22:30:20 +0200
commitf82bac371703d25bf94d3a91bc68413d3f734be7 (patch)
tree0fa848c2b5c02f01267d27ceb1cdcca23b361dfd /runtime
parentc3301874a66e2b4377fb2dc238e5d07426a25c1c (diff)
Fix: terminal title not properly restured when there are multi-byte
characters. (partly by James Vega)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/todo.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 470de065e0..e6f5883f61 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -30,11 +30,7 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*known-bugs*
-------------------- Known bugs and current work -----------------------
-Restoring terminal title in gnome-terminal causes a beep. Saved value
-contains garbage? Ukranian language characters. 'enc' and 'tenc' are utf-8.
-(Anatoli Sakhnik, 2010 Jul 24)
-Using ":set titlestring=abc" with non-ascii characters also fails.
-Patch by James Vega, 2010 Jul 25.
+Access to free memory with :redir command. (Dominique Pelle, 2010 Jul 25)
Patch for :find completion. (Nazri Ramliy)
But I prefer to keep term.h and include/term.h Nazri will work on it.