1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
ttate 2001-08-16 07:24:20 +00:00
parent 66104a8c3d
commit 9665191df9
2 changed files with 39 additions and 32 deletions

View file

@ -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")