view configure @ 26460:caad9c0ba543 v8.2.3760

patch 8.2.3760: not automatically handling gnome terminal mouse like xterm Commit: https://github.com/vim/vim/commit/48873aebc05608e9e5e56b8628ae6d2789ab7c48 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 8 21:00:24 2021 +0000 patch 8.2.3760: not automatically handling gnome terminal mouse like xterm Problem: Not automatically handling gnome terminal mouse like xterm. Solution: Default 'ttymouse' to "xterm" and recognize Focus events. (issue #9296)
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 Dec 2021 22:15:03 +0100
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"