Fix roster colors, closes issue #60
commit06cfe4d9c47a925ce2320083206fa6f702e5c52f
authorfranky <devnull@localhost>
Thu, 9 May 2019 19:19:31 +0000 (9 21:19 +0200)
committerfranky <devnull@localhost>
Thu, 9 May 2019 19:19:31 +0000 (9 21:19 +0200)
tree5fa243568a4243b8c22a84f4a9c6878066835a5d
parent93b8d38b22a0d3292aea1c19580e3afe287fe61f
Fix roster colors, closes issue #60

According to the X/Open Curses standard Issue 4 v2, it is unspecified
whether wattrset can change attributes except A_BLINK, A_BOLD, A_DIM,
A_REVERSE, A_STANDOUT, A_UNDERLINE. Thus we should use wbkgdset() for
changing colors.
mcabber/mcabber/screen.c