Start work on faces panel

This commit is contained in:
Kovid Goyal
2024-05-13 12:10:47 +05:30
parent 9cfd920e11
commit 802ed976a9
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) }