This commit is contained in:
Boris Faure 2015-03-17 18:47:26 +01:00
parent 33322d04af
commit ed178f5a13
1 changed files with 1 additions and 1 deletions

View File

@ -858,7 +858,7 @@ termpty_resize(Termpty *ty, int new_w, int new_h)
y_end = ty->state.cy;
new_y_end = new_h - 1;
/* For each "full line" in old buffers, revrap.
/* For each "full line" in old buffers, rewrap.
* From most recent to oldest */
while ((y_end >= -ty->backscroll_num) && (new_y_end >= -ty->backmax))
{