.gitignore
author franky
Thu, 09 May 2019 21:19:31 +0200
changeset 2328 1e24d93746d6
parent 2322 58730d1004a4
permissions lrwxrwxrwx
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.

.hgignore