diff options
Diffstat (limited to 'ui/messages/tstring')
-rw-r--r-- | ui/messages/tstring/doc.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/messages/tstring/doc.go b/ui/messages/tstring/doc.go new file mode 100644 index 0000000..d03a1da --- /dev/null +++ b/ui/messages/tstring/doc.go @@ -0,0 +1,4 @@ +// Package tstring contains a string type that stores style data for each +// character, allowing it to be rendered to a tcell screen essentially +// unmodified. +package tstring |