I'm working with the crt.cr
Crystal shard, which binds ncurses. It's lacking some things I want, like mvhline()
. So I'm adding the things I want.
One thing I want is is ncurses alternative character sheet, so I can make nice boxes.
As far as I can tell, this is pretty dang hard (but I'm not an expert in either Crystal or C). From what I can tell, the alternative character sheet characters are all unsigned chars, defined by the preprocessor.
Can someone explain how I can get access to the alternative character sheet characters?