randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.38k stars 84 forks source link

Any way to have a real responsive Terminus panel? #311

Open Allmedialab opened 2 years ago

Allmedialab commented 2 years ago

Hi,

Love your app, but have a small issue!

When ever I don't work in full screen mode with Sublime Text 4, Terminus is showing a fat horizontal scrollbar at the bottom that makes the bottom lines unreadable. Is there any way to make the panel really responsive and let the text fluidly adapt to the width of the panel? I understand that you need use some kind of minimum width, but now the scrollbar appears on my iMac 5k 27 inch screen when I narrow Sublime Text 4 only a couple of pixels.

Regards, David

randy3k commented 2 years ago

I don't have the same problem on my mac. What theme are you using?

Allmedialab commented 2 years ago

I use the Guna theme and when I click at the bottom of the Terminus panel to put in some code (when Sublime Text is not full screen) the fat horizontal scroll bar appears at the bottom that is covering/hiding the spot to put code in or to read what code appears.

terminus-screen-shot
abhishiv commented 1 year ago

I have this issue as well(ST4 with ayu theme/skin). Would be great to have a way to disable overflow/scroll? Is there an option which can be passed to view_options in terminus config?

Screenshot 2022-07-23 at 10 31 03
omairkhalid commented 1 year ago

add this to Terminus.sublime-settings

{ "max_columns": 150,

}