that there's more room for other things, and to not display
the status when we're in the file browser, since Pico doesn't.
(DLR)
- do_cursorpos()
- - Remove unneeded assert. (DLR)
- configure.ac:
- Since we only use vsnprintf() now, remove the tests for
snprintf(). (DLR)
/* Check whether totsize is correct. If it isn't, there is a bug
* somewhere. */
- assert(i == openfile->totsize);
+ assert(openfile->current != openfile->filebot || i == totsize);
if (constant && disable_cursorpos) {
disable_cursorpos = FALSE;