MCPcopy Create free account
hub / github.com/git-bug/git-bug / Width

Method Width

commands/execenv/env.go:62–62  ·  view source on GitHub ↗

Width return the width of the attached terminal, or a good enough value.

()

Source from the content-addressed store, hash-verified

60 IsTerminal() bool
61 // Width return the width of the attached terminal, or a good enough value.
62 Width() int
63
64 // Raw return the underlying io.Writer, or itself if not.
65 // This is useful if something need to access the raw file descriptor.

Callers 1

bugsDefaultFormatterFunction · 0.65

Implementers 1

outcommands/execenv/env.go

Calls

no outgoing calls

Tested by

no test coverage detected