From: mlichvar Date: Wed, 23 Jan 2008 15:55:04 +0000 (+0000) Subject: - enable slang utf8 mode (#425992) X-Git-Tag: r0-52-8~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33b96ba38c0bce29ff73c4cd88c4c9442d128148;p=thirdparty%2Fnewt.git - enable slang utf8 mode (#425992) --- diff --git a/newt.c b/newt.c index 3cce61c..37050a0 100644 --- 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(); diff --git a/newt.spec b/newt.spec index e028399..b4c9785 100644 --- 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