aboutsummaryrefslogtreecommitdiff
path: root/grid-reader.c
Commit message (Collapse)AuthorAge
* Break cursor movement in grid into a common set of functions that cannicm2020-12-22
handle line wrapping and so on in one place and use them for the obvious copy mode commands. From Anindya Mukherjee.