display

Layout and Rendering TUI library
git clone git://git.dimitrijedobrota.com/display.git
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING |

commitf5707488a04d7c0d01ad26ee6bdf1eb54f7ed87f
parent8db0c05ad110b5f41de08d0ecb4ed66d77bcbf12
authorDimitrije Dobrota <mail@dimitrijedobrota.com>
dateFri, 28 Feb 2025 13:44:47 +0100

Update README.md

Diffstat:
MREADME.md|+++++++-------

1 files changed, 7 insertions(+), 7 deletions(-)


diff --git a/README.md b/README.md

@@ -28,13 +28,13 @@ See the [`BUILDING`](BUILDING.md) document.

> Please reference example folder for relevant usage examples.
The library provides the following classes:
`Element`: Base class that takes care of the absolute positioning
`Display`: Main entry point to the terminal screen
`Layout`: Container for one element
`LayoutMulti`: Container for multiple elements
`LayoutRigid`: Divide a screen into custom rectangles
`Window`: Bass class for drawing to the screen
`WindowPivot`: Window that can be placed in the corners or center of the layout
* `Element`: Base class that takes care of the absolute positioning
* `Display`: Main entry point to the terminal screen
* `Layout`: Container for one element
* `LayoutMulti`: Container for multiple elements
* `LayoutRigid`: Divide a screen into custom rectangles
* `Window`: Bass class for drawing to the screen
* `WindowPivot`: Window that can be placed in the corners or center of the layout
## Version History