commit | c43f2dce1b0ca64b43f7614d4da52bc9f2c195fe | [log] [download] |
---|---|---|
author | nicm <nicm> | Tue Dec 22 09:22:14 2020 +0000 |
committer | nicm <nicm> | Tue Dec 22 09:22:14 2020 +0000 |
tree | ba91a24908f134aaebe9b9c14ad720c12eec825d | |
parent | 8bd29a30bff4e9d50765e2168a7aad11e163ccde [diff] |
Break cursor movement in grid into a common set of functions that can handle line wrapping and so on in one place and use them for the obvious copy mode commands. From Anindya Mukherjee.