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:
parent
e9abbf6a42
commit
6228c04396
2 changed files with 11 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue