mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Added UTF-8 to ELinks version.
This commit is contained in:
parent
fc5f2389ed
commit
5561437629
@ -115,6 +115,9 @@ get_dyn_full_version(struct terminal *term, int more)
|
|||||||
#endif
|
#endif
|
||||||
#ifndef CONFIG_MOUSE
|
#ifndef CONFIG_MOUSE
|
||||||
comma, _("No mouse", term),
|
comma, _("No mouse", term),
|
||||||
|
#endif
|
||||||
|
#ifdef CONFIG_UTF_8
|
||||||
|
comma, "UTF-8",
|
||||||
#endif
|
#endif
|
||||||
comma,
|
comma,
|
||||||
NULL
|
NULL
|
||||||
|
Loading…
Reference in New Issue
Block a user