Terminal.Gui
1.0.0.0
System.Object
ConsoleDriver is an abstract class that defines the requirements for a console driver. One implementation if the CursesDriver, and another one uses the .NET Console one.
To be added.
Constructor
1.0.0.0
To be added.
To be added.
Method
1.0.0.0
System.Void
Rune to add.
Adds the specified rune to the display at the current cursor position
To be added.
Method
1.0.0.0
System.Void
String.
Adds the specified
To be added.
Field
1.0.0.0
System.Rune
The bottom tee.
To be added.
Property
1.0.0.0
Terminal.Gui.Rect
Controls the current clipping region that AddRune/AddStr is subject to.
The clip.
To be added.
Property
1.0.0.0
System.Int32
The current number of columns in the terminal.
To be added.
To be added.
Method
1.0.0.0
System.Void
Enables the cooked event processing from the mouse driver
To be added.
Field
1.0.0.0
System.Rune
Diamond character
To be added.
Method
1.0.0.0
System.Void
Region where the frame will be drawn..
Padding to add on the sides.
If set to true it will clear the contents with the current color, otherwise the contents will be left untouched.
Draws a frame on the specified region with the specified padding around the frame.
To be added.
Method
1.0.0.0
System.Void
Ends the execution of the console driver.
To be added.
Field
1.0.0.0
System.Rune
Horizontal line character.
To be added.
Method
1.0.0.0
System.Void
Method to invoke when the terminal is resized.
Initializes the driver
To be added.
Field
1.0.0.0
System.Rune
Left tee
To be added.
Field
1.0.0.0
System.Rune
Lower left corner
To be added.
Field
1.0.0.0
System.Rune
Lower right corner
To be added.
Method
1.0.0.0
Terminal.Gui.Attribute
To be added.
To be added.
To be added.
To be added.
To be added.
Method
1.0.0.0
System.Void
Column to move the cursor to.
Row to move the cursor to.
Moves the cursor to the specified column and row.
To be added.
Method
1.0.0.0
System.Void
To be added.
To be added.
To be added.
To be added.
To be added.
Method
1.0.0.0
System.Void
Updates the screen to reflect all the changes that have been done to the display buffer
To be added.
Field
1.0.0.0
System.Rune
Right tee
To be added.
Property
1.0.0.0
System.Int32
The current number of rows in the terminal.
To be added.
To be added.
Method
1.0.0.0
System.Void
C.
Selects the specified attribute as the attribute to use for future calls to AddRune, AddString.
To be added.
Method
1.0.0.0
System.Void
To be added.
To be added.
To be added.
To be added.
Method
1.0.0.0
System.Void
Foreground color identifier.
Background color identifier.
Advanced uses - set colors to any pre-set pairs, you would need to init_color
that independently with the R, G, B values.
To be added.
Method
1.0.0.0
System.Void
To be added.
To be added.
Field
1.0.0.0
System.Rune
Stipple pattern
To be added.
Method
1.0.0.0
System.Void
To be added.
To be added.
Method
1.0.0.0
System.Void
Suspend the application, typically needs to save the state, suspend the app and upon return, reset the console driver.
To be added.
Field
1.0.0.0
System.Rune
Top tee
To be added.
Field
1.0.0.0
System.Rune
Upper left corner
To be added.
Method
1.0.0.0
System.Void
Disables the cooked event processing from the mouse driver. At startup, it is assumed mouse events are cooked.
To be added.
Method
1.0.0.0
System.Void
Updates the location of the cursor position
To be added.
Method
1.0.0.0
System.Void
Redraws the physical screen with the contents that have been queued up via any of the printing commands.
To be added.
Field
1.0.0.0
System.Rune
Upper right corner
To be added.
Field
1.0.0.0
System.Rune
Vertical line character.
To be added.