Explorar o código

Update line length before doing tests.

Steve Thielemann %!s(int64=2) %!d(string=hai) anos
pai
achega
a1690660ab
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      door/panel.go

+ 2 - 0
door/panel.go

@@ -54,6 +54,8 @@ func (p *Panel) Output() string {
 
 	for _, line := range p.Lines {
 		output += Goto(p.X, row)
+		line.LineLength(&line.Text)
+
 		var joined bool = false
 
 		if style > 0 {