mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +02:00
...
This commit is contained in:
@@ -216,7 +216,7 @@ type TextFilePreview struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (p *TextFilePreview) String() string {
|
func (p *TextFilePreview) String() string {
|
||||||
return fmt.Sprint("TextFilePreview{%#v, ready: %v}", p.path, p.ready.Load())
|
return fmt.Sprintf("TextFilePreview{%#v, ready: %v}", p.path, p.ready.Load())
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *TextFilePreview) IsValidForColorScheme(light bool) bool { return p.light == light }
|
func (p *TextFilePreview) IsValidForColorScheme(light bool) bool { return p.light == light }
|
||||||
|
|||||||
Reference in New Issue
Block a user