view configure @ 11979:4d4ee9c5803c v8.0.0870

patch 8.0.0870: mouse escape codes sent to terminal unintentionally commit https://github.com/vim/vim/commit/b9279e73aee44a266c241619db65c645f7db72ee Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 5 18:02:21 2017 +0200 patch 8.0.0870: mouse escape codes sent to terminal unintentionally Problem: Mouse escape codes sent to terminal unintentionally. Solution: Fix libvterm to send mouse codes only when enabled.
author Christian Brabandt <cb@256bit.org>
date Sat, 05 Aug 2017 18:15: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 "$@"