  { HOW TO INSTALL/USE }

1] Remount system as r/w

    su
    mount -o rw,remount /system


2] Copy files to proper directories


3] Set nano +x


4] Set terminal size to 32 rows 105 columns:

    stty rows 32 cols 105


5] Execute/Set in shell's rc the following exports:

    export TERMINFO=/system/etc/terminfo
    export TERM=linux

