more
This commit is contained in:
parent
0d2cd8082b
commit
71c3ff6642
|
@ -31,8 +31,10 @@ func main() {
|
||||||
y := fields[3]
|
y := fields[3]
|
||||||
width := fields[4]
|
width := fields[4]
|
||||||
height := fields[5]
|
height := fields[5]
|
||||||
|
title := strings.Join(fields[7:], " ")
|
||||||
|
|
||||||
fmt.Printf("Terminal Window Found:\n")
|
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(" Geometry: X=%s, Y=%s, Width=%s, Height=%s\n", x, y, width, height)
|
||||||
fmt.Printf(" Workspace: %s\n", workspace)
|
fmt.Printf(" Workspace: %s\n", workspace)
|
||||||
fmt.Println("---")
|
fmt.Println("---")
|
||||||
|
|
Loading…
Reference in New Issue