From 9665191df9c7e1f7d75be4500bb0fd149d258cf0 Mon Sep 17 00:00:00 2001 From: ttate Date: Thu, 16 Aug 2001 07:24:20 +0000 Subject: * curses.c: fix window_keypad() and curses_keyname() for NetBSD's libcurses. * curses.c: attribute control routines and background manipulation routines are always available. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/curses/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/curses/extconf.rb') diff --git a/ext/curses/extconf.rb b/ext/curses/extconf.rb index a2e2d23026..ccd6ff515e 100644 --- a/ext/curses/extconf.rb +++ b/ext/curses/extconf.rb @@ -20,7 +20,7 @@ else end if make - for f in %w(isendwin ungetch beep doupdate flash deleteln wdeleteln keypad init_color) + for f in %w(isendwin ungetch beep doupdate flash deleteln wdeleteln keypad keyname init_color) have_func(f) end create_makefile("curses") -- cgit v1.2.3