I want to use Unicode characters as the border for my custom window.
After searched about it, I found the document about border_set that use const cchar_t* instead of chtype.
But my compiler say identifier undefined while other ncurses functions work well. How can I use border_set?