The Tools
menu gives access to additional tools. Some items are
currently disabled, meaning that these are planned tools not yet available.
The list of active items includes:
help
.
SHELL
and COMSPEC
to determine which shell to use.
See The Shell and Python Windows.
On Unix, this terminal behaves a lot like a standard Unix terminal. In particular, you need to make sure that your shell will output all the information. In some cases, the configuration of your shell (.bashrc if you are running bash for instance) will deactivate the echo of what you type to the terminal. Since GPS is not outputing anything on its own, just showing what the shell is outputing, you need to somehow ensure that your shell always echos what you type. This is done by running the command
stty echo
in such cases. In general, this can be safely done in your .bashrc