Does FlagShip use termcap or terminfo?
FlagShip uses the more advanced Terminfo for terminal i/o based application (see “man curses” or “man ncurses” for details). But some Linux distributions have missing link to /usr/lib/terminfo, set it by: su ln -s /usr/share/terminfo /usr/lib/terminfo exit ## the su mode You also may set “export FSTERM=fslinux” or in GUI environment “export FSTERM=fslinxterm” and “export FSTERMINFO=/usr/local/FlagShip6/terminfo”. If you are running Terminal i/o based application from GUI/X11 environment (e.g. console in KDE or Gnome), you may preferably invoke “newfswin applicName [-io=t]” which automatically set the environment, see details in fsman section REL. You alternatively may study or modify the /usr/local/FlagShip6/bin/newfs* scripts.