This commit is contained in:
Jeff Carr 2025-08-22 11:20:18 -05:00
parent 0d2cd8082b
commit 71c3ff6642
1 changed files with 2 additions and 0 deletions

View File

@ -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("---")