mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[format] signed short . Compilation fix
This commit is contained in:
parent
44fc223840
commit
2f53629fea
@ -25,7 +25,7 @@ enum text_style_format {
|
|||||||
AT_NO_ENTITIES = 64,
|
AT_NO_ENTITIES = 64,
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef unsigned short text_style_format_T;
|
typedef signed short text_style_format_T;
|
||||||
|
|
||||||
struct text_style_color {
|
struct text_style_color {
|
||||||
color_T foreground;
|
color_T foreground;
|
||||||
|
Loading…
Reference in New Issue
Block a user