Start work on testing multicell commands

This commit is contained in:
Kovid Goyal
2024-11-15 14:02:28 +05:30
parent 540e030f96
commit 5e861ea5ac
7 changed files with 174 additions and 20 deletions

View File

@@ -783,6 +783,7 @@ PyInit_fast_data_types(void) {
PyModule_AddIntMacro(m, ESC_APC);
PyModule_AddIntMacro(m, ESC_DCS);
PyModule_AddIntMacro(m, ESC_PM);
PyModule_AddIntMacro(m, TEXT_SIZE_CODE);
#ifdef __APPLE__
// Apple says its SHM_NAME_MAX but SHM_NAME_MAX is not actually declared in typical CrApple style.
// This value is based on experimentation and from qsharedmemory.cpp in Qt