diff options
author | Boris Faure <billiob@gmail.com> | 2015-03-17 18:47:26 +0100 |
---|---|---|
committer | Boris Faure <billiob@gmail.com> | 2015-03-17 18:47:26 +0100 |
commit | ed178f5a1395bf5327972adea4e00910f87d453b (patch) | |
tree | 9d5516a17fc92f371bc3d2928cd1d4b1c3cdc4ae /src | |
parent | 33322d04af384c98b6f98117c3d55dbe833a3e2b (diff) |
typo
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/termpty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/termpty.c b/src/bin/termpty.c index ad3ab81..8c035e6 100644 --- a/src/bin/termpty.c +++ b/src/bin/termpty.c | |||
@@ -858,7 +858,7 @@ termpty_resize(Termpty *ty, int new_w, int new_h) | |||
858 | 858 | ||
859 | y_end = ty->state.cy; | 859 | y_end = ty->state.cy; |
860 | new_y_end = new_h - 1; | 860 | new_y_end = new_h - 1; |
861 | /* For each "full line" in old buffers, revrap. | 861 | /* For each "full line" in old buffers, rewrap. |
862 | * From most recent to oldest */ | 862 | * From most recent to oldest */ |
863 | while ((y_end >= -ty->backscroll_num) && (new_y_end >= -ty->backmax)) | 863 | while ((y_end >= -ty->backscroll_num) && (new_y_end >= -ty->backmax)) |
864 | { | 864 | { |