8000 Tags · polothy/tview · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: polothy/tview

Tags

v0.2.0

Toggle v0.2.0's commit message
Sync with upstream tview

v0.1.0

Toggle v0.1.0's commit message
Apply background colour when drawing Box border

The borderStyle field only encodes the foreground colour of the border,
leaving the background to inherit from the terminal default theme. This
often means the border is draw white-on-white, which is a regression
introduced by the tcell v2 update.

It needs to honour the background colour set for the Box instance
when drawing the border.

Fixes: rivo#521
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
0