Add hyperlink id to CellAttrs

This commit is contained in:
Kovid Goyal
2025-02-06 20:35:50 +05:30
parent c4d28c8bca
commit 2f57d20153
2 changed files with 3 additions and 3 deletions

View File

@@ -9,6 +9,6 @@ var _ = fmt.Print
type Cell struct {
Ch Ch
Fg, Bg, Dec CellColor
Attrs CellAttrs
Mc MultiCell
Attrs CellAttrs
}