From: Gregor Hoffleit <gregor@hoffleit.de>
To: sup-talk <sup-talk@rubyforge.org>
Subject: [sup-talk] Patch for ncursesw branch (use panelw and formw)
Date: Mon, 02 Nov 2009 13:06:36 +0100 [thread overview]
Message-ID: <1257162838-sup-737@sam.mediasupervision.de> (raw)
I noticed that the ncursesw branch implements only the first part of the
wide-char fixes suggested in the extconf patch in
http://rubyforge.org/pipermail/sup-talk/2007-October/000297.html.
Entering UTF-8 characters in the textfields ('To', 'Subject', 'Alias')
still doesn't work.
It worked fine, though, applied the second part of the patch as well.
This is the diff against ncursesw:
diff --git a/ncurses-0.9.1/extconf.rb b/ncurses-0.9.1/extconf.rb
index a559385..7c4d2c2 100644
--- a/ncurses-0.9.1/extconf.rb
+++ b/ncurses-0.9.1/extconf.rb
@@ -118,11 +118,11 @@ have_func("attr_get")
puts "checking for the panel library..."
if have_header("panel.h")
- have_library("panel", "panel_hidden")
+ have_library("panelw", "panel_hidden")
end
puts "checking for the form library..."
if have_header("form.h")
- have_library("form", "new_form")
+ have_library("formw", "new_form")
end
create_makefile('ncurses')
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk
reply other threads:[~2009-11-02 12:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1257162838-sup-737@sam.mediasupervision.de \
--to=gregor@hoffleit.de \
--cc=sup-talk@rubyforge.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox