Thanks for accepting.
In addition, I noticed a small mismatch.
According to src/feature.h:1056, +mouse_urxvt seems to be included in the BIG
feature set.
># ifdef FEAT_BIG
># define FEAT_MOUSE_URXVT
># endif
But in runtime/doc/various.txt, it marks as a NORMAL feature.
so I think it should be changed as follows:
diff -r 536aa8b0c934 runtime/doc/various.txt
--- a/runtime/doc/various.txt Wed Aug 15 17:43:31 2012 +0200
+++ b/runtime/doc/various.txt Thu Aug 16 10:43:07 2012 +0900
@@ -356,7 +356,7 @@
N *+mouse_pterm* QNX only: pterm mouse handling |qnx-terminal|
N *+mouse_sysmouse* Unix only: *BSD console mouse handling |sysmouse|
B *+mouse_sgr* Unix only: sgr mouse handling |sgr-mouse|
-N *+mouse_urxvt* Unix only: urxvt mouse handling |urxvt-mouse|
+B *+mouse_urxvt* Unix only: urxvt mouse handling |urxvt-mouse|
N *+mouse_xterm* Unix only: xterm mouse handling |xterm-mouse|
B *+multi_byte* 16 and 32 bit characters |multibyte|
*+multi_byte_ime* Win32 input method for multibyte chars |multibyte-ime|
On 2012/08/16, at 9:13, Tony Mechelynck wrote:
> On 15/08/12 16:21, Bram Moolenaar wrote:
>>
>> Patch 7.3.632
>> Problem: Cannot select beyond 222 columns with the mouse in xterm.
>> Solution: Add support for SGR mouse tracking. (Hayaki Saito)
>> Files: runtime/doc/options.txt, src/feature.h, src/keymap.h,
>> src/misc2.c,
>> src/option.h, src/os_unix.c, src/term.c, src/version.c
>
> In the output of :version, the mouse features are currently in the following
> sequence:
>
> +mouse
> +mouseshape
> +mouse_dec
> +mouse_gpm
> -mouse_jsbterm
> +mouse_netterm
> -mouse_sysmouse
> +mouse_xterm
> +mouse_urxvt
> +mouse_sgr
>
> Shouldn't they be reordered alphabetically (i.e. sgr before sysmouse and
> urxvt before xterm)?
>
>
> Best regards,
> Tony.
> --
> Gimmie That Old Time Religion
> We will follow Zarathustra, We will worship like the Druids,
> Zarathustra like we use to, Dancing naked in the woods,
> I'm a Zarathustra booster, Drinking strange fermented fluids,
> And he's good enough for me! And it's good enough for me!
> (chorus) (chorus)
>
> In the church of Aphrodite,
> The priestess wears a see-through nightie,
> She's a mighty righteous sightie,
> And she's good enough for me!
> (chorus)
>
> CHORUS: Give me that old time religion,
> Give me that old time religion,
> Give me that old time religion,
> 'Cause it's good enough for me!
>
> --
> You received this message from the "vim_dev" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php