azawawi / raku-ncurses

Raku interface to NCurses library
MIT License
23 stars 9 forks source link

Use wide char library if it is installed #14

Closed nkh closed 7 years ago

nkh commented 7 years ago

use libncursesw if it is installed

providing a function to know which library is being used would be very useful too

azawawi commented 7 years ago

Fixed in https://github.com/azawawi/perl6-ncurses/commit/df419a83ce9ab79c05750fc0074cc139a128ccb8. Thanks 👍

The exported subroutine library is already provided. Please let me know if you need anything else.