forked from tslocum/cview
Document TextView region tag fix
This commit is contained in:
parent
6f90b4422c
commit
b4beaaeff9
3 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
.idea/
|
||||
dist/
|
||||
tmp/
|
||||
vendor/
|
||||
*.sh
|
||||
cview.test
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
v1.5.7 (WIP)
|
||||
- Add Modal.SetButtonsAlign and Modal.SetTextAlign
|
||||
- Fix TextView.GetRegionText error when text contains color tags
|
||||
- Fix TextView region tags when placed at the end of a line
|
||||
- Do not customize Modal window styling by default (use GetForm and GetFrame to customize)
|
||||
|
||||
v1.5.6 (2020-07-08)
|
||||
|
|
4
LICENSE
4
LICENSE
|
@ -39,6 +39,10 @@ Bugfixes in ANSI escape sequence handling as well as TextView
|
|||
Sun Jul 12 13:34:19 2020 +0200
|
||||
TextView.GetText() and .GetRegionText() didn't filter out empty colour tags. Fixes #453
|
||||
|
||||
d689098cf1ab89315db61d7020efa5bf4c0c1b44 (HEAD -> master)
|
||||
Tue Apr 27 09:08:36 2021 +0200
|
||||
Fixed missed tag at EOL in TextView
|
||||
|
||||
The cview license applies to all other commits.
|
||||
|
||||
----------
|
||||
|
|
Loading…
Reference in a new issue