# HG changeset patch # User Sadrul Habib Chowdhury # Date 1231166595 0 # Node ID 55f4261e13588da4dff48ec26e866cd1a5f1b373 # Parent 8abe00db9ffc30bcc24edcb656978b15e4ca264a Boldify the selected row in the tree. This is helpful when, for example, there's no color in the terminal. diff -r 8abe00db9ffc -r 55f4261e1358 finch/libgnt/gnttree.c --- a/finch/libgnt/gnttree.c Mon Jan 05 09:50:38 2009 +0000 +++ b/finch/libgnt/gnttree.c Mon Jan 05 14:43:15 2009 +0000 @@ -518,6 +518,7 @@ if (row == tree->current) { + attr |= A_BOLD; if (gnt_widget_has_focus(widget)) attr |= gnt_color_pair(GNT_COLOR_HIGHLIGHT); else