Update of bug #36999 (project weechat):

                  Status:               Need Info => Fixed                  

    _______________________________________________________

Follow-up Comment #4:

Finally fixed the bug in WeeChat.
For me the problem is still in ncurses (pair not set by wattr_set), but I
added another call in WeeChat to force the restore of color (wcolor_set).

Old code was:


wattr_set (GUI_WINDOW_OBJECTS(window)->win_chat, attrs, pair, NULL);


New code is:


wattr_set (GUI_WINDOW_OBJECTS(window)->win_chat, attrs, pair, NULL);
wcolor_set (GUI_WINDOW_OBJECTS(window)->win_chat, pair, NULL);


The call to wcolor_set should not be needed, but at least it fixes the problem
under FreeBSD.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?36999>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/


_______________________________________________
Weechat-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/weechat-dev

Reply via email to