]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.061
- removed conflict with 6.2.259
[packages/vim.git] / 6.2.061
CommitLineData
04f0bc09
AF
1To: vim-dev@vim.org
2Subject: Patch 6.2.061
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 6.2.061
11Problem: GUI: Using the left mouse button with the shift key should work
12 like "*" but it scrolls instead. (Martin Beller)
13Solution: Don't recognize an rxvt scroll wheel event when using the GUI.
14Files: src/term.c
15
16
17*** ../vim-6.2.060/src/term.c Fri Jul 25 22:25:04 2003
18--- src/term.c Sat Aug 9 15:43:24 2003
19***************
20*** 4053,4058 ****
21--- 4053,4061 ----
22 }
23 # ifdef FEAT_MOUSE_XTERM
24 else if (held_button == MOUSE_RELEASE
25+ # ifdef FEAT_GUI
26+ && !gui.in_use
27+ # endif
28 && (mouse_code == 0x23 || mouse_code == 0x24))
29 {
30 /* Apparently used by rxvt scroll wheel. */
31*** ../vim-6.2.060/src/version.c Mon Aug 4 22:04:43 2003
32--- src/version.c Sat Aug 9 15:43:33 2003
33***************
34*** 632,633 ****
35--- 632,635 ----
36 { /* Add new patch number below this line */
37+ /**/
38+ 61,
39 /**/
40
41--
42From "know your smileys":
43 :~) A man with a tape recorder up his nose
44
45 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
46/// Creator of Vim - Vi IMproved -- http://www.Vim.org \\\
47\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
48 \\\ Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html ///
This page took 0.03605 seconds and 4 git commands to generate.