Terminal capture options.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration TerminalCaptureOptions |
C# |
---|
[FlagsAttribute] public enum TerminalCaptureOptions |
Members
Member name | Description | |
---|---|---|
None | No options. | |
DoNotHideCursor | Do not hide cursor. | |
SaveTerminalResolution | When saving into ANSI text, also save resolution of the current terminal screen. | |
SaveHistory | Save the content of the history buffer as well as the current screen content. Has no effect when saving as image. |