]> granicus.if.org Git - vim/commitdiff
patch 7.4.762 v7.4.762
authorBram Moolenaar <Bram@vim.org>
Sat, 27 Jun 2015 16:34:24 +0000 (18:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Jun 2015 16:34:24 +0000 (18:34 +0200)
Problem:    Comment for may_req_bg_color() is wrong. (Christ van Willegen)
Solution:   Rewrite the comment.

src/term.c
src/version.c

index c48baf6fbb89b6b97c20e8ecbd4f95ab99984bb4..8221e3f066c665482cbe44f9ebeada1414806147 100644 (file)
@@ -3409,13 +3409,8 @@ may_req_ambiguous_char_width()
 
 #if defined(FEAT_TERMRESPONSE) || defined(PROTO)
 /*
- * Check how the terminal treats ambiguous character width (UAX #11).
- * First, we move the cursor to (1, 0) and print a test ambiguous character
- * \u25bd (WHITE DOWN-POINTING TRIANGLE) and query current cursor position.
- * If the terminal treats \u25bd as single width, the position is (1, 1),
- * or if it is treated as double width, that will be (1, 2).
- * This function has the side effect that changes cursor position, so
- * it must be called immediately after entering termcap mode.
+ * Similar to requesting the version string: Request the terminal background
+ * color when it is the right moment.
  */
     void
 may_req_bg_color()
index bd6b117aa9cc2f0c0eff2a6c42f8b0052f724f62..9c2d836a7c9ec2a7b751c1a293a5fe40bc1257ed 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    762,
 /**/
     761,
 /**/