Support wide Curses on MS-DOS
Also, fix IBMGraphics on Curses
This commit is contained in:
@@ -3032,9 +3032,9 @@ extern boolean glyphid_cache_status(void);
|
||||
extern int glyphrep_to_custom_map_entries(const char *op, int *glyph);
|
||||
void free_all_glyphmap_u(void);
|
||||
int add_custom_urep_entry(const char *symset_name, int glyphidx,
|
||||
const uint8 *utf8str, long ucolor,
|
||||
uint32 utf32ch, const uint8 *utf8str, long ucolor,
|
||||
enum graphics_sets which_set);
|
||||
int set_map_u(glyph_map *gm, const uint8 *utf8str, long ucolor);
|
||||
int set_map_u(glyph_map *gm, uint32 utf32ch, const uint8 *utf8str, long ucolor);
|
||||
#endif /* ENHANCED_SYMBOLS */
|
||||
|
||||
/* ### vault.c ### */
|
||||
|
||||
@@ -80,6 +80,7 @@ struct classic_representation {
|
||||
struct unicode_representation {
|
||||
uint32 ucolor;
|
||||
uint16 u256coloridx;
|
||||
uint32 utf32ch;
|
||||
uint8 *utf8str;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user