mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-14 07:49:01 +02:00
Convert 0x70 -> 0x88.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* $Id: window-scroll.c,v 1.19 2008-06-20 17:31:48 nicm Exp $ */
|
||||
/* $Id: window-scroll.c,v 1.20 2008-06-22 16:56:47 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -154,7 +154,7 @@ window_scroll_write_line(
|
||||
|
||||
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/%u]", data->ox, data->oy, w->base.hsize);
|
||||
|
Reference in New Issue
Block a user