mojibake: disable erratic 'person'/'subdivision-flags' for now #1011

pull/1016/head
nick black 4 years ago
parent 94aa8f08f1
commit 0fe6d39f18
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -3611,7 +3611,7 @@ int mojibake_demo(struct notcurses* nc){
makegroup(title, dimy + 1, hands, "hands"),
makegroup(title, dimy + 1, hand_prop, "hand-prop"),
makegroup(title, dimy + 1, body_parts, "body-parts"),
makegroup(title, dimy + 1, person, "person"),
//makegroup(title, dimy + 1, person, "person"),
//makegroup(title, dimy + 1, person_gesture, "person-gesture"),
makegroup(title, dimy + 1, animal_mammal, "animal-mammal"),
makegroup(title, dimy + 1, animal_bird, "animal-bird"),
@ -3679,7 +3679,7 @@ int mojibake_demo(struct notcurses* nc){
makegroup(title, dimy + 1, geometric, "geometric"),
makegroup(title, dimy + 1, flags, "flags"),
makegroup(title, dimy + 1, country_flag, "country-flag"),
makegroup(title, dimy + 1, subdivision_flag, "subdivision-flag"),
//makegroup(title, dimy + 1, subdivision_flag, "subdivision-flag"),
};
for(unsigned u = 0 ; u < sizeof(planes) / sizeof(*planes) ; ++u){
if(planes[u] == NULL){

Loading…
Cancel
Save