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

Curses::getstr and Window#getstr use getnstr() and wgetnstr()

if they are available.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ttate 2001-11-23 09:53:54 +00:00
parent e9abbf6a42
commit 6228c04396
2 changed files with 11 additions and 3 deletions

View file

@ -20,7 +20,7 @@ else
end
if make
for f in %w(isendwin ungetch beep doupdate flash deleteln wdeleteln keypad keyname init_color)
for f in %w(isendwin ungetch beep getnstr wgetnstr doupdate flash deleteln wdeleteln keypad keyname init_color)
have_func(f)
end
create_makefile("curses")