hyperupcall/bake

Improve "big printing" when in "interactive mode"

Closed this issue · 1 comments

Determining whether to print the current with of the terminal, or only 80 COLUMNS, stty size exit code is used to dtermine if go with default 80

There have been some cases, where 80 should NOT have been printed. There might be some way in CI to determine this, too? Just smarter checking

Also, we run stty size twice - it would be great to fix that as well

It appears this has been fixed