Add Application.Draw change to FORK.md

This commit is contained in:
Trevor Slocum 2021-07-17 11:43:46 -07:00
parent f794cceb95
commit 3b49c99661
1 changed files with 7 additions and 0 deletions

View File

@ -93,6 +93,13 @@ This is for consistency with `TabbedPanels`, which is built on top of `Panels`.
tview moves the updated panel to the end.
## `Application.Draw` may be used to draw the entire screen or a set of primitives
When calling `Application.Draw` without providing any primitives, the entire
screen is drawn. This behavior matches tview.
When using cview, you may provide one or more primitives to limit drawing.
## `Application.ForceDraw` has been removed
Because cview is [thread-safe](https://docs.rocketnine.space/code.rocketnine.space/tslocum/cview/#hdr-Concurrency),