raku-ncurses icon indicating copy to clipboard operation
raku-ncurses copied to clipboard

Problem with wborder signature

Open hsmyers opened this issue 4 years ago • 0 comments

As is, the signature for wborder is (NCurses::WINDOW, int32, int32, int32, int32, int32, int32, int32, int32 --> int32). In order to accept characters shouldn't that be (NCurses::WINDOW, int, int, int, int, int, int, int, int --> int) such that wborder( $window, ' '.ord, ' '.ord, ' '.ord, ' '.ord, ' '.ord, ' '.ord ); would work?

hsmyers avatar Apr 07 '20 19:04 hsmyers