aboutsummaryrefslogtreecommitdiff
path: root/grid-cell.c
Commit message (Collapse)AuthorAge
* Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott2013-01-18
UTF-8, collapse the two together. Simplifies the code at the expense of more memory (which can probably be reduced again later).