fix clipboard

修复剪切板
This commit is contained in:
谢小军
2020-02-21 21:15:30 +08:00
parent 7da50d9737
commit 53b2ba93fa
2 changed files with 2 additions and 2 deletions

View File

@@ -348,7 +348,7 @@ func showStruct(g *gocui.Gui, v *gocui.View) error {
addlog(g, v)
}
copyInfo = strings.Join(out1, "")
copyInfo = strings.Join(out1, "\n")
return nil
}