mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-09 23:54:20 +02:00
...
This commit is contained in:
@@ -216,7 +216,7 @@ type TextFilePreview struct {
|
||||
}
|
||||
|
||||
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 }
|
||||
|
||||
Reference in New Issue
Block a user