Class ConsolePager
Interactively pages or scrolls through the list of files provided in the constructor.
Commands:
Keys | Description |
---|---|
n or Space | Pages to the next full screen of text. |
q or x | Exits the application. |
Enter | Moves to the next line of text. Hold down the Enter key to scroll. |
Inheritance
System.Object
ConsolePager
Assembly: lucene-cli.dll
Syntax
public class ConsolePager : IDisposable
Constructors
Name | Description |
---|---|
ConsolePager(IEnumerable<String>) |
Properties
Name | Description |
---|---|
GetWindowHeight | |
In | |
Out |
Methods
Name | Description |
---|---|
Dispose() | |
Run() |