Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: terminfo horor
- X-seq: zsh-workers 19318
- From: Peter Stephenson <pws@xxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Re: PATCH: terminfo horor
- Date: Thu, 18 Dec 2003 19:35:49 +0000
- In-reply-to: "Mads Martin Joergensen"'s message of "Thu, 18 Dec 2003 19:52:48 +0100." <20031218185248.GA13185@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Mads Martin Joergensen wrote:
> How can I test this patch? I can build zsh packages both with and
> without ncurses, but I don't know how to test if they work or not?
>
> If all the make test tests are successful?
If you don't have curses, the shell should build successfully without
building terminfo.so --- nothing more to test.
If you do have curses, it should build successfully and produce a
terminfo.so which, after installation, is loadable. You can test it
from the newly installed shell like this:
zmodload zsh/terminfo
echoti cols
which should output a number, but anything other than a linking error or
`feature not available' is good news.
Any feedback is very useful.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**********************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author