]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1246: cannot handle negative mouse coordinate from urxvt v8.1.1246
authorBram Moolenaar <Bram@vim.org>
Thu, 2 May 2019 18:24:12 +0000 (20:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 2 May 2019 18:24:12 +0000 (20:24 +0200)
commitbb7e1b4ba82eaa6f8c7a59f1314056e3c404437a
tree89d06c14909a7e442d46d69ce86f3161741aaf9b
parent36d502225c3ec5e8b30771d58ee20171ce564b2f
patch 8.1.1246: cannot handle negative mouse coordinate from urxvt

Problem:    Cannot handle negative mouse coordinate from urxvt.
Solution:   Accept '-' where a digit is expected. (Vincent Vinel,
            closes #4326)
src/term.c
src/version.c