aboutsummaryrefslogtreecommitdiff
path: root/ui/messages/tstring
diff options
context:
space:
mode:
Diffstat (limited to 'ui/messages/tstring')
-rw-r--r--ui/messages/tstring/doc.go4
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