NCurse's formatting on PDCurses

Hello. Today I just spend my day installing PDCurses. I did well and it's an amazing library.

But I have one question. This is code for NCurses:
addch(ch | A_BOLD | A_UNDERLINE);

It's meant to add a white, underlined char. But underlining won't work with PDCurses. How I make it work just like NCurses?
Topic archived. No new replies allowed.