forked from jroimartin/gocui
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Internal cell buffer represent each rune which should be displayed. This cell buffer is translated into tcell representation in `draw`. If wide rune is presented, it will be represented in `tcell` by one cell with the rune and following with "empty" cells. Internal representation is fixed in multiple places so it's not mixed with interpreting rune width. This fixes also problem with `SetWritePos` function.
- Loading branch information
Showing
2 changed files
with
32 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters