mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
Get rid of bits from CellAttrs
This commit is contained in:
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user