diff options
-rw-r--r-- | more.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ void scroll(const struct more_tty *mt, struct more_file *mf, int count, int mult if (more_getline(mf, mf->topline + mt->lines + 1) < 0) { break; } - printf("%s", mf->buf); + refresh(mt, mf); } } |