view configure @ 12307:50b0b3aaa545 v8.0.1033

patch 8.0.1033: detecting background color does not work in screen commit https://github.com/vim/vim/commit/995e4afcfe60aa3c214ba680e7b027a4e05cf62b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 1 20:24:03 2017 +0200 patch 8.0.1033: detecting background color does not work in screen Problem: Detecting background color does not work in screen, even when it is working like an xterm. Solution: Make "screen.xterm" use termcap entries like an xterm. (Lubomir Rintel, closes #2048) When termresponse version is huge also recognize as not being an xterm.
author Christian Brabandt <cb@256bit.org>
date Fri, 01 Sep 2017 20:30:04 +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 "$@"