diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-08-08 13:29:28 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-08-08 13:29:28 +0000 |
commit | 68a547dbfae9686014f193330dae19d80e7a5d45 (patch) | |
tree | 7a5478728669f1f5a9933edb76821dfe3a1a091b /sys/uvm/uvm_glue.h | |
parent | fed9693c023d5581d4dfe78092fdce91d555e2b3 (diff) |
Change the way the grid is stored, previously it was:
- a two-dimensional array of cells;
- a two-dimensional array of utf8 data;
- an array of line lengths.
Now it is a single array of a new struct grid_line each of which represents a
line and containts the length and an array of cells and an array of utf8 data.
This will make it easier to add additional per-line members, such as flags.
Diffstat (limited to 'sys/uvm/uvm_glue.h')
0 files changed, 0 insertions, 0 deletions