From 7aa00a63fd804acff481a77b9ffd7ec58bb0be44 Mon Sep 17 00:00:00 2001 From: Daniel Bainton Date: Wed, 26 Feb 2014 10:06:41 +0200 Subject: [PATCH] Build ncurses with wide character support --- pkgs/ncurses | 6 +++++- pkgs/tmux | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/ncurses b/pkgs/ncurses index f10b3c8..466a0b6 100644 --- a/pkgs/ncurses +++ b/pkgs/ncurses @@ -15,7 +15,7 @@ build() { cp $top/stuff/ncurses-fallback.c ncurses/fallback.c CC="x86_64-linux-musl-gcc -static" ./configure --prefix="$libcroot" --without-tests \ --with-normal --enable-sigwinch --disable-nls --without-dlsym \ - --without-cxx-binding \ + --without-cxx-binding --enable-widec \ --with-fallbacks="linux vt100 xterm xterm256-color"