ReplPagerMode
Controls how human-readable large results are paged.
- Kind:
Enum - Namespace: Repl
- Assembly:
Repl.Core - Source: src/Repl.Core/ResultFlow/ReplPagerMode.cs
Signature
Section titled “Signature”public enum ReplPagerModeFields
Section titled “Fields”Let Repl choose the best pager for the active output surface.
Auto = 0Returns
Section titled “Returns”Use a full-screen alternate-buffer pager.
Full = 4Returns
Section titled “Returns”Inline
Section titled “Inline”Use an inline pager that redraws in the main terminal buffer.
Inline = 3Returns
Section titled “Returns”Use a simple more-style pager.
More = 2Returns
Section titled “Returns”Disable Repl-owned paging.
Off = 1