mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-16 23:33:39 -05:00
@@ -20,6 +20,10 @@ func HasFullscreenRenderer() bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func asTcellColor(color Color) tcell.Color {
|
func asTcellColor(color Color) tcell.Color {
|
||||||
|
if color == colDefault {
|
||||||
|
return tcell.ColorDefault
|
||||||
|
}
|
||||||
|
|
||||||
value := uint64(tcell.ColorValid) + uint64(color)
|
value := uint64(tcell.ColorValid) + uint64(color)
|
||||||
if color.is24() {
|
if color.is24() {
|
||||||
value = value | uint64(tcell.ColorIsRGB)
|
value = value | uint64(tcell.ColorIsRGB)
|
||||||
|
|||||||
Reference in New Issue
Block a user