X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui.c;h=8e83cc53c6d55f53ccdb0a9dfbb4c89f0bb7525a;hp=63afca07fd1839fa5626d3139edd4c7450e38647;hb=74592ed100009a2d73e03861ae9626363f06aca9;hpb=a775408e5d2e3b21dff741b89ff5330b397b5138 diff --git a/gui.c b/gui.c index 63afca07..8e83cc53 100644 --- a/gui.c +++ b/gui.c @@ -1161,7 +1161,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)); }