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
|
||||
#ifndef CONFIG_MOUSE
|
||||
comma, _("No mouse", term),
|
||||
#endif
|
||||
#ifdef CONFIG_UTF_8
|
||||
comma, "UTF-8",
|
||||
#endif
|
||||
comma,
|
||||
NULL
|
||||
|
Loading…
Reference in New Issue
Block a user