Wrapper functions to handle passing matching values to C code

This commit is contained in:
Kovid Goyal
2020-01-11 15:22:12 +05:30
parent 1723616968
commit 04006ea81e
2 changed files with 53 additions and 0 deletions

View File

@@ -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