Skip to content

Commit

Permalink
Merge pull request #48 from mjarkk/fix-text-insert
Browse files Browse the repository at this point in the history
Changed the way text is rendered (Fixes: #47)
  • Loading branch information
mjarkk authored Dec 24, 2020
2 parents 0450a61 + 81ce0a1 commit c6cc4e8
Show file tree
Hide file tree
Showing 5 changed files with 360 additions and 388 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

Minimalist Go package aimed at creating Console User Interfaces.
A community fork based on the amazing work of [jroimartin](https://github.com/jroimartin/gocui)
For v0 to v1 mirgration help read: [migrate-to-v1.md](migrate-to-v1.md)

## Features

Expand All @@ -28,7 +29,8 @@ This fork has many improvements over the original work from [jroimartin](https:/
* Written ontop of TCell
* Better wide character support
* Support for 1 Line height views
* Better support for running in docker container
* Support for running in docker container
* Better cursor handling
* Customize frame colors
* Improved code comments and quality
* Many small improvements
Expand Down
Loading

0 comments on commit c6cc4e8

Please sign in to comment.