summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2005-01-04 07:20:49 +0000
committerhpa <hpa>2005-01-04 07:20:49 +0000
commit10ae4b4ddda70fd165620864591886a8810d4be0 (patch)
tree6ad9e3b339718dd961b80e00e818b6dcff3e32ba
parent0b940aa90c02e0e1de1354d5a89f7dcc632ceae4 (diff)
downloadsyslinux-10ae4b4ddda70fd165620864591886a8810d4be0.tar.gz
More readable scroll bar
-rw-r--r--com32/modules/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/modules/menu.c b/com32/modules/menu.c
index 4bd8fc56..d475a109 100644
--- a/com32/modules/menu.c
+++ b/com32/modules/menu.c
@@ -145,7 +145,7 @@ void draw_row(int y, int sel, int top, int sbtop, int sbbot)
printf(" %s\272", menu_attrib->border);
} else if ( sbtop > 0 ) {
if ( y >= sbtop && y <= sbbot )
- printf(" %s\261", menu_attrib->scrollbar);
+ printf(" %s\262", menu_attrib->scrollbar);
else
printf(" %s\260", menu_attrib->scrollbar);
} else {