(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<seo title="Controlling Screen Display  | vEdit" description="How to control screen display for command line within the vEdit editor."></seo>
+
<seo title="Controlling Screen Display  | vEdit" description="Learn how to control your screen display type for the command line within the vEdit editor."></seo>
 
{{DISPLAYTITLE:How to Control Screen Display}}
 
{{DISPLAYTITLE:How to Control Screen Display}}
  
Line 22: Line 22:
 
During lengthy screen output, you can press '''CANCEL''' <kbd>Ctrl-\</kbd>,
 
During lengthy screen output, you can press '''CANCEL''' <kbd>Ctrl-\</kbd>,
 
<kbd>Ctrl-C</kbd> or <kbd>Ctrl-Break</kbd> to abort the command macro that is running. This typically returns you to the "COMMAND:" prompt.
 
<kbd>Ctrl-C</kbd> or <kbd>Ctrl-Break</kbd> to abort the command macro that is running. This typically returns you to the "COMMAND:" prompt.
 +
 +
==Other Resources==
 +
*[[Command Mode| Command Mode Overview]]
 +
*[[Command Line|Command Line Overview]]

Latest revision as of 23:03, 27 January 2017


Some commands can display dozens or even thousands of lines of text. When any commands attempt to display more than one window of text, VEDIT prompts on the status line with:

Display more text More Non-stop Cancel

More
Select More (the default) to permit the display of up to another window full of text.
Non-Stop
Select Non-stop to temporarily turn off this feature so that all the text can quickly be displayed.
Cancel
Select Cancel to abort the commands that are running.

This feature is reset each time VEDIT waits for keyboard input.

This feature can be disabled by clicking Config, Display options, and un-checking -MORE- operation.

Screen output can also be temporarily stopped by pressing Ctrl-S. Pressing any other key, but typically another Ctrl-S, resumes the screen output.

During lengthy screen output, you can press CANCEL Ctrl-\, Ctrl-C or Ctrl-Break to abort the command macro that is running. This typically returns you to the "COMMAND:" prompt.

Other Resources