--- a/console/libgnt/gnttree.c Tue Aug 15 04:07:38 2006 +0000 +++ b/console/libgnt/gnttree.c Tue Aug 15 06:21:39 2006 +0000 @@ -274,7 +274,7 @@ int x = pos; mvwhline(widget->window, pos + 1, pos, ACS_HLINE | COLOR_PAIR(GNT_COLOR_NORMAL), - widget->priv.width - pos); + widget->priv.width - pos - 1); for (i = 0; i < tree->ncol; i++) {