mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.1-225
This commit is contained in:
@@ -6145,9 +6145,9 @@ do_xterm_trace()
|
|||||||
if (xterm_trace == 1)
|
if (xterm_trace == 1)
|
||||||
{
|
{
|
||||||
/* Get the hints just before tracking starts. The font size might
|
/* Get the hints just before tracking starts. The font size might
|
||||||
* have changed recently */
|
* have changed recently. */
|
||||||
XGetWMNormalHints(xterm_dpy, x11_window, &xterm_hints, &got_hints);
|
if (!XGetWMNormalHints(xterm_dpy, x11_window, &xterm_hints, &got_hints)
|
||||||
if (!(got_hints & PResizeInc)
|
|| !(got_hints & PResizeInc)
|
||||||
|| xterm_hints.width_inc <= 1
|
|| xterm_hints.width_inc <= 1
|
||||||
|| xterm_hints.height_inc <= 1)
|
|| xterm_hints.height_inc <= 1)
|
||||||
{
|
{
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
225,
|
||||||
/**/
|
/**/
|
||||||
224,
|
224,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user