summaryrefslogtreecommitdiffstats
path: root/pkg/jp/primitives/runes.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/jp/primitives/runes.go')
-rw-r--r--pkg/jp/primitives/runes.go18
1 files changed, 0 insertions, 18 deletions
diff --git a/pkg/jp/primitives/runes.go b/pkg/jp/primitives/runes.go
deleted file mode 100644
index 03c0845..0000000
--- a/pkg/jp/primitives/runes.go
+++ /dev/null
@@ -1,18 +0,0 @@
-package primitives
-
-// Block elements
-const (
- FullBlock1 = "░"
- FullBlock2 = "▒"
- FullBlock3 = "▓"
- FullBlock4 = "█"
-)
-
-// Box drawing characters
-var (
- HorizontalLine = "─"
- VerticalLine = "│"
- CornerBottomLeft = "└"
- PointSymbolDefault = "•"
- Cross = "╳"
-)