]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
- enable slang utf8 mode (#425992)
authormlichvar <mlichvar>
Wed, 23 Jan 2008 15:55:04 +0000 (15:55 +0000)
committermlichvar <mlichvar>
Wed, 23 Jan 2008 15:55:04 +0000 (15:55 +0000)
newt.c
newt.spec

diff --git a/newt.c b/newt.c
index 3cce61c5fe276f89c319b1d2007a097caa9d7554..37050a08b873c1f9952c44af1ce8a746e71ac35a 100644 (file)
--- a/newt.c
+++ b/newt.c
@@ -292,6 +292,7 @@ int newtInit(void) {
 
     (void) strlen(ident);
 
+    SLutf8_enable(-1);
     SLtt_get_terminfo();
     SLtt_get_screen_size();
 
index e0283997268788a1be515dda0bd89642440c6c9b..b4c97856f2c9a28fba550dcda7b9c970307e605a 100644 (file)
--- a/newt.spec
+++ b/newt.spec
@@ -88,6 +88,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libnewt.a
 
 %changelog
+- enable slang utf8 mode (#425992)
 - redraw screen when using entry in euc encodings
 - add back support for list of Entries in EntryWindow prompts in snack
 - fix segfault in whiptail when no entry is selected in radiolist