In contrast to this, in the line mode the window is used like a typewriter terminal where you and exaEdit can only add new lines at the end of the text you have written so far.
exaEdit uses the line mode only if the window mode is not possible or if you asked for the line mode with the command
scope off
You can go back to the window mode with the command
scope on
- while scope alone has the same effect as the latter.
The line mode may be of advantage if you want to display something that does not fit into the 7 or 8 lines of the dialogue zone, e.g. the complete output of the command HELP. In such cases you can use the commands scope off; help and return to the more usual window mode with scope on later.
Another usage is to end and restart the window mode with scope off; scope on.This helps when the operating system got confused with the display properties (which unfortunately does happen from time to time on some systems).
A useful command for the line mode is the command
display ...
with which you ask exaEdit to display the number of lines you specified, beginning with the current line.