diff options
Diffstat (limited to 'window-more.c')
-rw-r--r-- | window-more.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/window-more.c b/window-more.c index aac0341f..b5877519 100644 --- a/window-more.c +++ b/window-more.c @@ -1,4 +1,4 @@ -/* $Id: window-more.c,v 1.13 2008-06-20 17:31:48 nicm Exp $ */ +/* $Id: window-more.c,v 1.14 2008-06-22 16:56:47 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -172,7 +172,7 @@ window_more_write_line(struct window *w, struct screen_write_ctx *ctx, u_int py) if (py == 0) { screen_write_set_attributes( - ctx, ATTR_BRIGHT|ATTR_REVERSE, 0x70); + ctx, ATTR_BRIGHT|ATTR_REVERSE, 0x88); screen_write_move_cursor(ctx, 0, 0); size = screen_write_put_string_rjust( ctx, "[%u/%u]", data->top, ARRAY_LENGTH(&data->list)); |