mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 11:11:47 +02:00
Dont use Py_UCS4 for char_type
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
#define xstr(s) str(s)
|
#define xstr(s) str(s)
|
||||||
#define str(s) #s
|
#define str(s) #s
|
||||||
|
|
||||||
typedef Py_UCS4 char_type;
|
typedef uint32_t char_type;
|
||||||
typedef uint32_t color_type;
|
typedef uint32_t color_type;
|
||||||
typedef uint32_t combining_type;
|
typedef uint32_t combining_type;
|
||||||
typedef unsigned int index_type;
|
typedef unsigned int index_type;
|
||||||
|
|||||||
Reference in New Issue
Block a user