view configure @ 11711:dac96f8800be v8.0.0738

patch 8.0.0738: cannot use the mouse to resize a terminal window commit https://github.com/vim/vim/commit/e825d8b0a4173871272b723f1c1f5b95ee981067 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 19 23:20:19 2017 +0200 patch 8.0.0738: cannot use the mouse to resize a terminal window Problem: Cannot use the mouse to resize window while the focus is in a terminal window. Solution: Recognize nice mouse events in the terminal window. A few more fixes for the terminal window.
author Christian Brabandt <cb@256bit.org>
date Wed, 19 Jul 2017 23:30:03 +0200
parents cd9471bd8e9e
children a1ca6778da49
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd src && exec ./configure "$@"