Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Static link of curses module
- X-seq: zsh-workers 36659
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Static link of curses module
- Date: Sun, 27 Sep 2015 18:04:41 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=Z6Wu32TFmiG88wRqgS4pB/+PKnxWNRZ1FnwJ1v4H+yY=; b=wMYGYEj/vCT0+oPVJ4qcQXAo5fJeflGQJEkiNL/8DKKdW44Ef3yia7Mz6B8UJA9oy+ xOG6QMy3nAL97XqS4ZUt1/ZqTdnNQyUZ1CpaAlXd9/PBEai+asRC/S8F+K83LWG12AkO JF6fa//lr7T51dUvNwQPtM6EVOVIl1QeWHsneHfJEdAp4ylIRnyXTkN5yZl5ccY8l8jn RVcN8oXiTaXPGM3ir0Ci2Ol38ZmCM5wMjMGEsNISE/RdPEfGRFsf583t63zNiBMMWNL9 ZZKlDhLBVeNTy4Ouvkad0Zoht50l+Qp/jNtFZ4f0GccwUVJLpHeOItQv8Tfg1mdnWD5t j7eQ==
- In-reply-to: <20150927162835.4297b94c@ntlworld.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>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVAQcCjkTnrdL1-8CNCsPSkRdMvwTcNS4GOUtZd3f+XnUg@mail.gmail.com> <20150927162835.4297b94c@ntlworld.com>
On 27 September 2015 at 17:28, Peter Stephenson
<p.w.stephenson@xxxxxxxxxxxx> wrote:
> Typically, you'd do this by editing config.modules rather than the .mdd
> file, but I think the result is the same. The module is correctly
> linked in statically, but isn't actually loaded until you use zmodload,
> or mark something for autoload and then use it.
It works. It's interesting that zmodload can decipher "zsh/" found in
"zmodload zsh/curses". Apparently "zsh/curses" is the module's name,
not a path ("zsh/") and a name. I now can run zsh and zcurses on
msys1, after installing libtermcap and ncurses (the second one from
source).
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author