GNU Screen is bundled with sTerm so that users are able to use more than one terminal at the same time.
More than one profiles(configuration files) are allowed.
SELECT + L BUTTON shows available profiles.
Minor bug fixes.
Screen allows you to use multiple terminals at the
same time. You must run install-screen.sh once to be
able to use Screen. Also the environment variable
$TERM must be set to "linux". If it is not set use
the command below.
export TERM=linux
To use Screen, type "./screen" and hit enter or
simply press the frequently used button "SCR". For
creating terminals and navigating between them use
"CPN" button. "CPN" means "Create Previous Next".
Without Shift and Ctrl it creates a new terminal.
With Shift it navigates to the previous terminal and
with Ctrl similarly it navigates to the next
terminal.