Skip to content

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

@spektrokalter

Description

@spektrokalter

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions