Start work on faces panel

This commit is contained in:
Kovid Goyal 2024-05-13 12:10:47 +05:30
parent 9cfd920e11
commit 802ed976a9
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
4 changed files with 118 additions and 22 deletions

View file

@ -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) }