Add compatibility warning

This commit is contained in:
Trevor Slocum 2020-10-15 11:49:50 -07:00
parent d2d497275e
commit 460aa5cbd5
2 changed files with 7 additions and 1 deletions

View File

@ -79,7 +79,8 @@ This is in preparation for supporting tabbed panels.
## `Application.ForceDraw` has been removed
Because cview is [thread-safe](https://docs.rocketnine.space/gitlab.com/tslocum/cview/#hdr-Concurrency),
forcing an application draw is no longer possible, nor required.
application draws must be queued. Call `Application.QueueUpdateDraw` to queue
an update that requires the application to be drawn when completed.
# Merged pull requests

View File

@ -6,6 +6,11 @@
This package is a fork of [tview](https://github.com/rivo/tview).
See [FORK.md](https://gitlab.com/tslocum/cview/blob/master/FORK.md) for more information.
**Warning:** Breaking changes may be added to cview without bumping its major
version. The largest changes have been made. Smaller breaking changes may
continue to be made where backwards compatibility is not possible. Changes are
listed in [FORK.md](https://gitlab.com/tslocum/cview/blob/master/FORK.md).
## Demo
`ssh cview.rocketnine.space -p 20000`