summaryrefslogtreecommitdiff
path: root/toolkit/gocui/newJ.go
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/gocui/newJ.go')
-rw-r--r--toolkit/gocui/newJ.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/gocui/newJ.go b/toolkit/gocui/newJ.go
index 47c7439..3e04cd3 100644
--- a/toolkit/gocui/newJ.go
+++ b/toolkit/gocui/newJ.go
@@ -20,7 +20,7 @@ var bottomY int = 7
func newJ(g *gocui.Gui) error {
// maxX, maxY := g.Size()
- name := fmt.Sprintf("jcarr %v test ", idxView)
+ name := fmt.Sprintf("jcarr %v foo ", idxView)
v, err := g.SetView(name, topX, topY, bottomX, bottomY, 0)
if err == nil {
return err