]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
kconfig/mconf: Initialize the default locale at startup
authorJakub Horký <jakub.git@horky.net>
Tue, 14 Oct 2025 15:49:32 +0000 (17:49 +0200)
committerNathan Chancellor <nathan@kernel.org>
Sat, 1 Nov 2025 04:21:23 +0000 (00:21 -0400)
commit3927c4a1084c48ef97f11281a0a43ecb2cb4d6f1
tree5817921ead66a6e1b3cd9c6d34398f133e082183
parentcf20852500d2895d1db22b69d87281aca2e7b5d0
kconfig/mconf: Initialize the default locale at startup

Fix bug where make menuconfig 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/20251014154933.3990990-1-jakub.git@horky.net
[nathan: Alphabetize locale.h include]
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
scripts/kconfig/mconf.c