Get rid of bits from CellAttrs

This commit is contained in:
Kovid Goyal
2021-07-31 12:41:05 +05:30
parent b260a61c8f
commit ef76c075e0
8 changed files with 54 additions and 54 deletions

View File

@@ -161,7 +161,7 @@ line(LineBuf *self, PyObject *y) {
unsigned int
linebuf_char_width_at(LineBuf *self, index_type x, index_type y) {
return gpu_lineptr(self, self->line_map[y])[x].attrs.bits.width;
return gpu_lineptr(self, self->line_map[y])[x].attrs.width;
}
static PyObject*