aboutsummaryrefslogtreecommitdiff
path: root/cutter.go
diff options
context:
space:
mode:
Diffstat (limited to 'cutter.go')
-rw-r--r--cutter.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cutter.go b/cutter.go
index ebbd2cf..ecf2014 100644
--- a/cutter.go
+++ b/cutter.go
@@ -150,6 +150,9 @@ const (
DashLongDot
DashDoubleDot
DashLongDoubleDot
+ Custom1 // 2 args ? --a-- b --a--
+ Custom2 // 3 args ? --a-- b -c- b -c- b --a--
+ Custom3 // 3 args ? --a-- b -c- b --a--
)
func (c Cutter) LineType(n LineStyle) {