pass decorations location as sprite metadata

This commit is contained in:
Kovid Goyal
2024-12-13 13:10:20 +05:30
parent 5d195bf50b
commit 9e9ab3e6f9
8 changed files with 117 additions and 43 deletions

View File

@@ -758,7 +758,6 @@ PyInit_fast_data_types(void) {
#undef s
PyModule_AddIntConstant(m, "MARK_MASK", MARK_MASK);
PyModule_AddIntConstant(m, "DECORATION_MASK", DECORATION_MASK);
PyModule_AddIntConstant(m, "NUM_UNDERLINE_STYLES", NUM_UNDERLINE_STYLES);
PyModule_AddStringMacro(m, ERROR_PREFIX);
#ifdef KITTY_VCS_REV
PyModule_AddStringMacro(m, KITTY_VCS_REV);