Skip to content

Commit 81c4839

Browse files
lePicimichalvasko
authored andcommitted
yanglint FEATURE added utf-8 support
The source code of linenoise was modified according to a fork from the yhirose/linenoise repository, commit b35616d.
1 parent e7d997e commit 81c4839

File tree

6 files changed

+706
-46
lines changed

6 files changed

+706
-46
lines changed

tools/lint/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ if(ENABLE_YANGLINT_INTERACTIVE)
2424
main.c
2525
completion.c
2626
configuration.c
27-
linenoise/linenoise.c)
27+
linenoise/linenoise.c
28+
linenoise/utf8.c)
2829
else()
2930
set(lintsrc ${lintsrc}
3031
main_ni_only.c)

0 commit comments

Comments
 (0)