]> git.ipfire.org Git - thirdparty/linux.git/commit
kconfig/nconf: Initialize the default locale at startup
authorJakub Horký <jakub.git@horky.net>
Tue, 14 Oct 2025 14:44:06 +0000 (16:44 +0200)
committerNathan Chancellor <nathan@kernel.org>
Sat, 1 Nov 2025 04:23:22 +0000 (00:23 -0400)
commit43c2931a95e6b295bfe9e3b90dbe0f7596933e91
treed955c6feea7a6f4b712ef60bf2f47e0043484c8b
parent3927c4a1084c48ef97f11281a0a43ecb2cb4d6f1
kconfig/nconf: Initialize the default locale at startup

Fix bug where make nconfig doesn't initialize the default locale, which
causes ncurses menu borders to be displayed incorrectly (lqqqqk) in
UTF-8 terminals that don't support VT100 ACS by default, such as PuTTY.

Signed-off-by: Jakub Horký <jakub.git@horky.net>
Link: https://patch.msgid.link/20251014144405.3975275-2-jakub.git@horky.net
[nathan: Alphabetize locale.h include]
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
scripts/kconfig/nconf.c