summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 13:28:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 13:28:41 +0000
commitd2d76f94bbbc3e8140764c55431945e9187bd720 (patch)
tree4c00b8902743c9076f9802d859508bb100ca16b2
parentUpdating debsources syntax for Progress Linux 1 to 9. (diff)
downloadvim-d2d76f94bbbc3e8140764c55431945e9187bd720.tar.xz
vim-d2d76f94bbbc3e8140764c55431945e9187bd720.zip
Disabling mouse.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/progress-linux/0003-disable-mouse.patch27
-rw-r--r--debian/patches/series1
2 files changed, 28 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0003-disable-mouse.patch b/debian/patches/progress-linux/0003-disable-mouse.patch
new file mode 100644
index 0000000..121de9b
--- /dev/null
+++ b/debian/patches/progress-linux/0003-disable-mouse.patch
@@ -0,0 +1,27 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Disabling mouse.
+
+diff -Naurp vim.orig/runtime/defaults.vim vim/runtime/defaults.vim
+--- vim.orig/runtime/defaults.vim
++++ vim/runtime/defaults.vim
+@@ -77,13 +77,13 @@ inoremap <C-U> <C-G>u<C-U>
+ " can position the cursor, Visually select and scroll with the mouse.
+ " Only xterm can grab the mouse events when using the shift key, for other
+ " terminals use ":", select text and press Esc.
+-if has('mouse')
+- if &term =~ 'xterm'
+- set mouse=a
+- else
+- set mouse=nvi
+- endif
+-endif
++"if has('mouse')
++" if &term =~ 'xterm'
++" set mouse=a
++" else
++" set mouse=nvi
++" endif
++"endif
+
+ " Only do this part when Vim was compiled with the +eval feature.
+ if 1
diff --git a/debian/patches/series b/debian/patches/series
index 0d348f4..9a020eb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ upstream/patch-8.2.3409-reading-beyond-end-of-line-with-invalid-ut.patch
upstream/patch-8.2.3428-using-freed-memory-when-replacing.patch
progress-linux/0001-syntax-debchangelog.patch
progress-linux/0002-syntax-debsources.patch
+progress-linux/0003-disable-mouse.patch