Updated Container API (markdown)

Jakub Sobon 2019-03-02 18:46:42 -05:00
parent e9d25d0650
commit b3d58b3f49
1 changed files with 1 additions and 2 deletions

@ -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