aboutsummaryrefslogtreecommitdiff
path: root/ui/messages
diff options
context:
space:
mode:
Diffstat (limited to 'ui/messages')
-rw-r--r--ui/messages/parser/doc.go2
-rw-r--r--ui/messages/tstring/doc.go4
2 files changed, 6 insertions, 0 deletions
diff --git a/ui/messages/parser/doc.go b/ui/messages/parser/doc.go
new file mode 100644
index 0000000..8f91a1d
--- /dev/null
+++ b/ui/messages/parser/doc.go
@@ -0,0 +1,2 @@
+// Package parser contains the functions for parsing Matrix events into UIMessage objects.
+package parser
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