mirror of https://github.com/mum4k/termdash.git
Updated Container API (markdown)
parent
e9d25d0650
commit
b3d58b3f49
|
@ -8,8 +8,7 @@ The container splits the raw terminal into smaller portions (sub-containers). Th
|
|||
|
||||
Developers can also use the container to customize the look of the Termdash application.
|
||||
|
||||
Apart from organising the terminal layout, the Termdash infrastructure uses the container to call the **Draw** method on all placed widgets and map virtual canvases given to widgets into the raw terminal. The container is also responsible for distributing events to individual widgets.
|
||||
|
||||
Apart from organising the terminal layout, the Termdash infrastructure uses the container to call the **Draw** method on all placed widgets and to map virtual canvases given to widgets onto the raw terminal. The container is also responsible for distributing events to individual widgets.
|
||||
|
||||
## Terminal layout
|
||||
|
||||
|
|
Loading…
Reference in New Issue