made stty call not pollute stdout.
generalized inventory script a little, so it doesn't expect our scripts variable, but still does rely on FEISTY_MEOW_APEX
function get_maxcols()
{
# calculate the number of columsn in the terminal.
- local cols=$(stty size | awk '{print $2}')
+ local cols=$(stty size 2>/dev/null | awk '{print $2}')
echo $cols
}
# a frivolous but useful script that shows information about the local
# computer in terms of an adventure game inventory listing.
-source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
+source "$FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh"
unset -v codename osname osver
if [ $OPERATING_SYSTEM == "UNIX" ]; then