mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[html] enum format_list_flag -> format_list_flag_T
This commit is contained in:
parent
1a8eee4ce4
commit
0f3be4d4fe
@ -95,6 +95,8 @@ enum format_list_flag {
|
|||||||
P_COMPACT = 8,
|
P_COMPACT = 8,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
typedef unsigned char format_list_flag_T;
|
||||||
|
|
||||||
struct par_attrib {
|
struct par_attrib {
|
||||||
enum format_align align;
|
enum format_align align;
|
||||||
int leftmargin;
|
int leftmargin;
|
||||||
@ -105,7 +107,7 @@ struct par_attrib {
|
|||||||
int orig_leftmargin;
|
int orig_leftmargin;
|
||||||
unsigned list_number;
|
unsigned list_number;
|
||||||
int dd_margin;
|
int dd_margin;
|
||||||
enum format_list_flag flags;
|
format_list_flag_T flags;
|
||||||
struct {
|
struct {
|
||||||
color_T background;
|
color_T background;
|
||||||
} color;
|
} color;
|
||||||
|
Loading…
Reference in New Issue
Block a user