view configure @ 30918:6a2a38b26caf v9.0.0793

patch 9.0.0793: MS-Windows: mouse scroll events only work with the dll Commit: https://github.com/vim/vim/commit/605d02a9b73cb49ac5022a127db3eac7e16a5d83 Author: Christopher Plewright <chris@createng.com> Date: Wed Oct 19 11:54:46 2022 +0100 patch 9.0.0793: MS-Windows: mouse scroll events only work with the dll Problem: MS-Windows: mouse scroll events only work with the dll. Solution: Accept CSI codes for MS-Windows without the GUI. (Christopher Plewright, closes #11401)
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Oct 2022 13:00:10 +0200
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 "$@"