summaryrefslogtreecommitdiff
path: root/showAll.go
diff options
context:
space:
mode:
Diffstat (limited to 'showAll.go')
-rw-r--r--showAll.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/showAll.go b/showAll.go
index 12ff602..3524db2 100644
--- a/showAll.go
+++ b/showAll.go
@@ -31,8 +31,10 @@ func main() {
y := fields[3]
width := fields[4]
height := fields[5]
+ title := strings.Join(fields[7:], " ")
fmt.Printf("Terminal Window Found:\n")
+ fmt.Printf(" Title: %s\n", title)
fmt.Printf(" Geometry: X=%s, Y=%s, Width=%s, Height=%s\n", x, y, width, height)
fmt.Printf(" Workspace: %s\n", workspace)
fmt.Println("---")