Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Windows().Tag contains only the first line #120

Open
spektrokalter opened this issue Sep 30, 2024 · 0 comments
Open

Bug: Windows().Tag contains only the first line #120

spektrokalter opened this issue Sep 30, 2024 · 0 comments

Comments

@spektrokalter
Copy link

Expected behavior

Windows().Tag contains the full content of the tag.

Windows() is possibly backed by index file, as defined in acme(4). If it's not possible to expose the full content of tag, possibly indicate it in the documentation.

Unexpected behavior

It only has the first line.

Steps to reproduce the problem

wins, _ := acme.Windows()
for _, w := range wins {
	fmt.Println(w.Tag)
}

9fans.net/go/acme version

v0.0.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant