pidgin: 77c3495d: Boldify the selected row in the tree. Th...
sadrul at pidgin.im
sadrul at pidgin.im
Tue Jan 6 17:46:20 EST 2009
-----------------------------------------------------------------
Revision: 77c3495d32b389790ca4fd3cc8be9c006a94e451
Ancestor: fbb7e560b9517ff3eb66340bc3f0006a42a3820c
Author: sadrul at pidgin.im
Date: 2009-01-05T14:43:15
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/77c3495d32b389790ca4fd3cc8be9c006a94e451
Modified files:
finch/libgnt/gnttree.c
ChangeLog:
Boldify the selected row in the tree. This is helpful when, for example,
there's no color in the terminal.
-------------- next part --------------
============================================================
--- finch/libgnt/gnttree.c 1021a728fcff3e6ba6e5ab1bda34dbfdca6c71de
+++ finch/libgnt/gnttree.c dce44e6e27641c2ee6be3128ea8454c928a939c0
@@ -518,6 +518,7 @@ redraw_tree(GntTree *tree)
if (row == tree->current)
{
+ attr |= A_BOLD;
if (gnt_widget_has_focus(widget))
attr |= gnt_color_pair(GNT_COLOR_HIGHLIGHT);
else
More information about the Commits
mailing list