mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
UTF-8: Whitespace changes.
This commit is contained in:
parent
f8f99cc04e
commit
157124dcdb
@ -669,7 +669,7 @@ draw_dialog(struct dialog_data *dlg_data, int width, int height)
|
|||||||
#endif /* CONFIG_UTF8 */
|
#endif /* CONFIG_UTF8 */
|
||||||
}
|
}
|
||||||
#ifdef CONFIG_UTF8
|
#ifdef CONFIG_UTF8
|
||||||
else if(term->utf8)
|
else if (term->utf8)
|
||||||
fix_dwchar_around_box(term, &dlg_data->box, 0, 0, 0);
|
fix_dwchar_around_box(term, &dlg_data->box, 0, 0, 0);
|
||||||
#endif /* CONFIG_UTF8 */
|
#endif /* CONFIG_UTF8 */
|
||||||
}
|
}
|
||||||
|
@ -566,7 +566,7 @@ display_menu(struct terminal *term, struct menu *menu)
|
|||||||
#endif /* CONFIG_UTF8 */
|
#endif /* CONFIG_UTF8 */
|
||||||
}
|
}
|
||||||
#ifdef CONFIG_UTF8
|
#ifdef CONFIG_UTF8
|
||||||
else if(term->utf8)
|
else if (term->utf8)
|
||||||
fix_dwchar_around_box(term, &box, 1, 0, 0);
|
fix_dwchar_around_box(term, &box, 1, 0, 0);
|
||||||
#endif /* CONFIG_UTF8 */
|
#endif /* CONFIG_UTF8 */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user