Skip to content

Commit

Permalink
Changed the way gocui text rendering works
Browse files Browse the repository at this point in the history
Most positions are now based on the lines instaid of the actual view.
This removes a lot of complicated code because we don't have to worry anymore about the view offset.

Improved line wrapping by a lot no wired cursor movement anymore.
  • Loading branch information
mjarkk committed Oct 31, 2019
1 parent c9d3c2b commit d9bfd68
Show file tree
Hide file tree
Showing 4 changed files with 326 additions and 380 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ This fork has many improvements over the original work from [jroimartin](https:/

* 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 d9bfd68

Please sign in to comment.