Okay well I think a properly referenced version of ncurses wouldn´t go amiss for the emulator.
Iĺl try a rebuild of that perhaps as you suggest. :§
Get thing:
wget ftp://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz -O- | tar zxvf -
cd ncurses-5.9/
Configure thing:
(armv6l:1) /home/ncurses-5.9 #
./configure --prefix=/home --with-normal --with-
chtype=long --with-mmask-t=long --disable-ext-colors --disable-ext-mouse --witho
ut-pthread --without-reentrant --with-terminfo-dirs="/home/etc/terminfo:/home/sh
are/terminfo" --with-shared --without-hashed-db --without-ada --without-cxx --wi
thout-cxx-binding --without-debug --without-profile --without-gpm --disable-term
cap --enable-symlinks --with-rcs-ids --with-manpage-format=normal --enable-const
--enable-colorfgbg --enable-echo --enable-pc-files --includedir=/home/include
...Blah
** Configuration summary for NCURSES 5.9 20110404:
extended funcs: yes
xterm terminfo: xterm-new
bin directory: /home/bin
lib directory: /home/lib
include directory: /home/include
man directory: /home/man
terminfo directory: /home/share/terminfo
** Include-directory is not in a standard location
make thing:
make
cd man && make DESTDIR="" all
make[1]: Entering directory `/home/ncurses-5.9/man'
blah blah blah
Drink a large sup of tea.
make[1]: Entering directory `/home/ncurses-5.9/misc'
WHICH_XTERM=xterm-new \
ticdir=/home/share/terminfo \
/bin/sh ./gen_edit.sh >run_tic.sed
echo '** adjusting tabset paths'
** adjusting tabset paths
sed -f run_tic.sed ../misc/terminfo.src >terminfo.tmp
make[1]: Leaving directory `/home/ncurses-5.9/misc'
Make Install Thing:
make install
Blah blah
DESTDIR= \
prefix=/home \
exec_prefix=/home \
bindir=/home/bin \
top_srcdir=.. \
srcdir=. \
datadir=/home/share \
ticdir=/home/share/terminfo \
source=terminfo.tmp \
cross_compiling=no \
/bin/sh ./run_tic.sh
** Building terminfo database, please wait...
Running sh ./shlib tic to install /home/share/terminfo ...
You may see messages regarding extended capabilities, e.g., AX.
These are extended terminal capabilities which are compiled
using
tic -x
If you have ncurses 4.2 applications, you should read the INSTALL
document, and install the terminfo without the -x option.
1600 entries written to /home/share/terminfo
** built new /home/share/terminfo
** sym-linked /home/lib/terminfo for compatibility