You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
the Text widget now allows user to specify custom scroll marker runes.
Changed
terminal cells now support font modifier options (bold, italic,
underline, strike through).
tcell dependency was upgraded to v2.0.0.
upgraded versions of all other dependencies.
aligned the definition of the first 16 colors with the definition used by
Xterm and tcell. Defined two non-standard colors ColorMagenta and ColorCyan to make this change backward compatible for users that use termbox-go.
made tcell terminal implementation the default in examples, demos and
documentation.
Fixed
coveralls again triggers and reports on PRs.
addressed some lint issues.
improved test coverage in some modules.
changed the Blue color in demos to a more visible shade.
fixed a bug where segment display text in termdashdemo appeared to be
jumping.