mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Start work on faces panel
This commit is contained in:
parent
9cfd920e11
commit
802ed976a9
4 changed files with 118 additions and 22 deletions
|
|
@ -167,3 +167,5 @@ func RuneOffsetsToByteOffsets(text string) func(int) int {
|
|||
return self.byte_offset
|
||||
}
|
||||
}
|
||||
|
||||
func Repr(x any) string { return fmt.Sprintf("%#v", x) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue