From abd612c15799f604e671e83dc7c410ed2b44185f Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 25 Jun 2026 15:40:48 -0400 Subject: slop refactor --- internal/ui/doc.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 internal/ui/doc.go (limited to 'internal/ui/doc.go') diff --git a/internal/ui/doc.go b/internal/ui/doc.go new file mode 100644 index 0000000..428ac51 --- /dev/null +++ b/internal/ui/doc.go @@ -0,0 +1,5 @@ +// Package ui provides pure rendering primitives (progress bars, Unicode box +// tables) that are independent of game state. Session-coupled rendering +// (colour resolution, prompt formatting, combat display) lives in the game +// package as render_*.go files. +package ui -- cgit v1.2.3