X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui.c;h=3e01340a4b1b910245f22be77e75945ae25bc1ca;hp=b0eae64ae129999083263846d60a9bfd939aae2e;hb=b52342d0b5df5446f149f0c1daf26f6e25b2aba7;hpb=06d0c50525fc14e8127916481a74c14a2f7098af diff --git a/gui.c b/gui.c index b0eae64a..3e01340a 100644 --- a/gui.c +++ b/gui.c @@ -1160,7 +1160,7 @@ static void print_scroll_msg(void) unsigned lines_total, filled = ringbuffer_filled(bot_win_rb); int first_rbe = first_visible_rbe(&lines_total); - print_in_bar(COLOR_MSG, "scrolled view: %d-%d/%d\n", filled - first_rbe, + print_in_bar(COLOR_MSG, "scrolled view: %u-%u/%u\n", filled - first_rbe, filled - scroll_position, ringbuffer_filled(bot_win_rb)); }