Describe the bug
console output is looking wrong in WezTerm.
To Reproduce
Steps to reproduce the behavior:
- open wezTerm
- just execute an dir command, or any other that makes use of output formats
- see the screen
Expected behavior
the output should not break the lines also in WezTerm.
Screenshots

Desktop (please complete the following information):
- OS: [linux arch]
- v2 version used
go run ./cmd/v2/main.go dir
Additional context
it seems that it is having an unexpected offset on the left side.
overall the created string line is one char to big in WezTerm
Describe the bug
console output is looking wrong in WezTerm.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
the output should not break the lines also in WezTerm.
Screenshots

Desktop (please complete the following information):
go run ./cmd/v2/main.go dirAdditional context
it seems that it is having an unexpected offset on the left side.
overall the created string line is one char to big in WezTerm