TerminalCaptureOptions Enum
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9448)
Terminal capture options.
Syntax
[Flags]
public enum TerminalCaptureOptions
Fields
| Name | Description |
|---|---|
| DoNotHideCursor | Do not hide cursor. |
| None | No options. |
| SaveHistory | Save the content of the history buffer as well as the current screen content. Has no effect when saving as image. |
| SaveTerminalResolution | When saving into ANSI text, also save resolution of the current terminal screen. |