formatting fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2712 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
3435a0ff64
commit
954aba7430
|
@ -3768,9 +3768,9 @@ void do_cursorpos(bool constant)
|
||||||
|
|
||||||
statusbar(
|
statusbar(
|
||||||
_("line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%ld (%d%%)"),
|
_("line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%ld (%d%%)"),
|
||||||
current->lineno, totlines, linepct,
|
current->lineno, totlines, linepct, (unsigned long)xpt,
|
||||||
(unsigned long)xpt, (unsigned long)cur_len, colpct,
|
(unsigned long)cur_len, colpct, (unsigned long)i,
|
||||||
(unsigned long)i, (unsigned long)totsize, bytepct);
|
(unsigned long)totsize, bytepct);
|
||||||
disable_cursorpos = FALSE;
|
disable_cursorpos = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue