Class TextViewInteractive
Interactive text viewer
Inheritance
object
TextViewInteractive
Namespace: Terminaux.Inputs.Styles.Editor
Assembly: Terminaux.dll
Syntax
[Obsolete("To avoid duplicate code, we've deprecated this class. Please use TextEditInteractive with \"edit\" set to false.")]
public static class TextViewInteractive
Methods
| Edit this page View SourceOpenInteractive(List<string>, InteractiveTuiSettings?, bool)
Opens an interactive text editor
Declaration
public static void OpenInteractive(List<string> lines, InteractiveTuiSettings? settings = null, bool fullscreen = false)
Parameters
Type | Name | Description |
---|---|---|
List<string> | lines | Target number of lines |
InteractiveTuiSettings | settings | TUI settings |
bool | fullscreen | Whether it's a fullscreen viewer or not |