Skip to content

Commit

Permalink
Added a wrapper for ncurses menu functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
eclubb committed Mar 5, 2009
1 parent cc4d158 commit 294b422
Show file tree
Hide file tree
Showing 5 changed files with 1,221 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ext/ncurses/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,9 @@
if have_header("form.h")
have_library("form", "new_form")
end
puts "checking for the menu library..."
if have_header("menu.h")
have_library("menu", "new_menu")
end

create_makefile('ncurses')
Loading

0 comments on commit 294b422

Please sign in to comment.