jrmarino / synth

Next D/Ports build tool for live systems (Alternative for Portmaster and Portupgrade tools)
ISC License
255 stars 15 forks source link

Does synth resize columns? #192

Closed qcybb closed 2 years ago

qcybb commented 3 years ago

Does synth resize columns in the console window?

I'm running in to a really strange issue. Every time Synth is building packages, my console goes from 130 columns to 80 columns.

Instead of a pure black background, everything shifts to the left.

issue

jrmarino commented 3 years ago

it responds to resize events and may (I can't remember) refresh periodically anyway (ncurses based). So yes, it's probably responsible. You may wish to use the dynamic html version of the status instead on the console.

On Wed, May 5, 2021 at 3:21 PM Dave @.***> wrote:

Does synth resize columns in the console window?

I'm running in to a really strange issue. Every time Synth is building packages, my console goes from 130 columns to 80 columns.

Instead of a pure black background, everything shifts to the left.

[image: issue] https://user-images.githubusercontent.com/16991734/117203944-80ad1280-ada4-11eb-86cd-fd085f8ea6b5.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jrmarino/synth/issues/192, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAISZ5X3AHUPYSVBMRHKTCDTMGSEDANCNFSM44FWEI5Q .

qcybb commented 3 years ago

Ok, thank you.

It appears SecureCRT has an option to disable 80/132 column switching, so feel free to close this issue.

jrmarino commented 2 years ago

Thanks