mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-13 04:03:16 +02:00
Wrapper functions to handle passing matching values to C code
This commit is contained in:
@@ -708,6 +708,7 @@ apply_marker(Marker *marker, Line *line, const PyObject *text) {
|
||||
}
|
||||
while(x < line->xnum) line->gpu_cells[x++].attrs &= ATTRS_MASK_WITHOUT_MARK;
|
||||
Py_DECREF(iter);
|
||||
#undef INCREMENT_MATCH_POS
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user