Initial commit with heading and form navigation keys added.

This commit is contained in:
Storm Dragon
2025-08-15 02:17:12 -04:00
parent ee66aabc39
commit d20be554e3
13 changed files with 508 additions and 51 deletions

View File

@@ -46,7 +46,7 @@ typedef struct {
wc_ccs ccs;
size_t n;
wc_map *map;
wc_wchar_t (*conv)();
wc_wchar_t (*conv)(wc_ccs, wc_uint32);
} wc_table;
typedef struct {
@@ -61,9 +61,9 @@ typedef struct {
char *desc;
wc_gset *gset;
wc_uchar *gset_ext;
Str (*conv_from)();
void (*push_to)();
Str (*char_conv)();
Str (*conv_from)(Str, wc_ces);
void (*push_to)(Str, wc_wchar_t, void *);
Str (*char_conv)(wc_uchar, void *);
} wc_ces_info;
typedef struct {