p-e-w / finalterm

At last – a modern terminal emulator (NO LONGER MAINTAINED)
http://finalterm.org
GNU General Public License v3.0
3.84k stars 179 forks source link

Auto-complete Dropdown Extends off Edge of Screen #318

Open bcgreen24 opened 10 years ago

bcgreen24 commented 10 years ago

See attached screenshot.

screenshot from 2014-07-28 12 59 40

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

p-e-w commented 10 years ago

A curious problem which I believed to be fixed already. In fact, I don't quite see how this is even possible given that the width of the popup is hard limited to 40 characters. Are you running the latest master?

bcgreen24 commented 10 years ago

Yes, it's the latest master...

I just double-checked and the code I compiled includes everything through the very latest commit.

Bryan

p-e-w commented 9 years ago

Do you have the means to debug this on your machine (with Nemiver maybe?). The line I pointed out should limit width to 50 px + 40 characters. From your screenshot it is evident that on your system that does not work as intended. This seems to imply that either the character width is messed up, or that the width does not actually get set for some reason.

bcgreen24 commented 9 years ago

Sure, I'll give it a go and let you know what I find out.

Thanks! Bryan

Sent from my ASUS MeMO Pad

Philipp Emanuel Weidmann notifications@github.com wrote:

Do you have the means to debug this on your machine (with Nemiver maybe?). The line I pointed out should limit width to 50 px + 40 characters. From your screenshot it is evident that on your system that does not work as intended. This seems to imply that either the character width is messed up, or that the width does not actually get set for some reason.

— Reply to this email directly or view it on GitHub.