commit | b1b9770c57087d2c7ab60e4cef8ae846f4a59518 | [log] [tgz] |
---|---|---|
author | David Lawrence Ramsey <pooka109@gmail.com> | Sun Jan 15 12:17:19 2017 -0600 |
committer | Benno Schulenberg <bensberg@justemail.net> | Sun Feb 05 20:04:31 2017 +0100 |
tree | 13bfc5132f6c84dac85ff11cb0da69a36240f8a8 | |
parent | 78037831f8571655f3d603126b220d3059ab44c9 [diff] |
tweaks: rename a variable and adjust some types in edit_scroll() Scrolling works on rows, not on lines. Accordingly, rename the nlines variable to nrows. And rows should be of the type int, not ssize_t.