Update README.md and FORK.md

This commit is contained in:
Trevor Slocum 2020-01-05 09:14:15 -08:00
parent 6e0ac2dd4b
commit 73e0d9d3bb
2 changed files with 14 additions and 5 deletions

View File

@ -31,4 +31,5 @@ The following tview pull requests have been merged into cview:
- [#363 Mouse support](https://github.com/rivo/tview/pull/363)
- [#353 Add window size change handler](https://github.com/rivo/tview/pull/353)
- [#347 Handle ANSI code 39 and 49](https://github.com/rivo/tview/pull/347)
- [#336 Don't skip regions at end of line](https://github.com/rivo/tview/pull/336)
- [#296 Fixed TextView's reset [-] setting the wrong color](https://github.com/rivo/tview/pull/296)

View File

@ -1,13 +1,19 @@
# Terminal-based user interface toolkit
# cview
[![GoDoc](https://godoc.org/git.sr.ht/~tslocum/cview?status.svg)](https://godoc.org/git.sr.ht/~tslocum/cview)
[![builds.sr.ht status](https://builds.sr.ht/~tslocum/cview.svg)](https://builds.sr.ht/~tslocum/cview)
This package is a [fork](https://man.sr.ht/~tslocum/cview/FORK.md) of [tview](https://github.com/rivo/tview).
It allows the creation of rich terminal-based user interfaces.
Terminal-based user interface toolkit
[![Screenshot of presentation demo](https://git.sr.ht/~tslocum/cview/blob/master/cview.gif)](https://git.sr.ht/~tslocum/cview/tree/master/demos/presentation)
This package is a fork of [tview](https://github.com/rivo/tview).
See [FORK.md](https://man.sr.ht/~tslocum/cview/FORK.md) for more information.
Try the cview presentation demo: ```ssh rocketnine.space -p 20000```
## Demo
Try the demo: ```ssh cview.rocketnine.space -p 20000```
[![Recording of presentation demo](https://git.sr.ht/~tslocum/cview/blob/master/cview.gif)](https://git.sr.ht/~tslocum/cview/tree/master/demos/presentation)
## Features
Available widgets:
@ -22,6 +28,8 @@ Available widgets:
Widgets may be customized and extended to suit any application.
Initial mouse support has been implemented.
## Installation
```bash