Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Link with curses if (and even) if it doesn't provide tgetent
- X-seq: zsh-workers 44867
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: Re: PATCH: Link with curses if (and even) if it doesn't provide tgetent
- Date: Thu, 24 Oct 2019 13:01:21 +0000
- Accept-language: en-GB, en-US
- Cms-type: 201P
- Dkim-filter: OpenDKIM Filter v2.11.0 mailout2.w1.samsung.com 20191024130123euoutp0226ec4c7c3bf3f9ea657ba3604efd3b83~Qls6H30gP0125101251euoutp02i
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1571922083; bh=RILef1kX5smAZDCTMJkUETZ1bqZYp3KSHPF9KsadRt8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UByOdJvy9zFD1j99jSbZ4MCWvTS3Dudv72Z96JHnt/ltg5skT3OxKS6x8QfUK1hz5 bhcalO+/fDFf1xvlU97wmVv2Pq+ACkL4Sh9H5eSiemz2LLcgpekomYO3t2fqhutKQS hZQ86ZJ/9osbZdw7dRPO94DKCqxvlv/V34VlxTA4=
- In-reply-to: <CAKc7PVDVrbGPDz_juHBrnH_tYe_d8_5yUgrnOy3CTTjCeNFgsw@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVDN0WSyyOQdBnOVtgSppTrOTzeGoPYyJTHyNg9qMCsbAA@mail.gmail.com> <CGME20191023171903epcas2p4ff303d1f904b238c5461e0743d350445@epcas2p4.samsung.com> <CAKc7PVDVrbGPDz_juHBrnH_tYe_d8_5yUgrnOy3CTTjCeNFgsw@mail.gmail.com>
- Thread-index: AQHVicYRYchGvq69306k5QLzrI1yfadpsfOA
- Thread-topic: PATCH: Link with curses if (and even) if it doesn't provide tgetent
On Wed, 2019-10-23 at 19:18 +0200, Sebastian Gniazdowski wrote:
> Hello,
> I've revised the patch. It has been seriously upgraded:
> - the checks against the termcap & terminfo functions is being ran
> again explicitly before deciding to link with ncurses,
> - more functions are being checked, namely all that I've found tests
> in the configure for, i.e.: besides tgetent and tigetflag, also
> tigetstr and tigetnum,
> - I've also extended the normal- i.e.: previous test with the tigetstr
> function, as it seems to be most important, because it's the function
> that's being tested for when --with-term-lib=... is being used.
Looks plausible --- we'll probably only find problems if we roll it out.
Hopefully enough people will try it to get some coverage. I'll commit
this if no one spots anything.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author