Edex-ui: Last line cut off on 1.1.1

Created on 27 Nov 2018  路  12Comments  路  Source: GitSquared/edex-ui

Kind of similar to #291 . After upgrading, overflow no longer was visible, but the bottom line on the terminal (e.g. the vim command line) is hidden underneath the keyboard/file system bar.

System: MacOS Sierra
Shell: bash

Screen shot of Issue

bug investigation macos

Most helpful comment

The same thing happens with 1.1.1 in Mojave for me.

All 12 comments

The same thing happens with 1.1.1 in Mojave for me.

I'm running into this issue too. This problem seems to go away if I change the number of rows set in the fix for #291 from "rows+1" to just "rows" here, but I've only tested on OS X currently. I'll build and test with my Windows laptop tomorrow.

@GitSquared What's the reason for this resize, and why "rows+1" instead of "rows"? Should there be a comment to explain what's going on there?

@akbiggs It's a bit of a hack because xterm.js' fit addon tends to cut smaller than the actual available size.

I'm wondering if the bug isn't related to you guys having a different screen ratio than 16:9 (i know some macOS devices use 16:10 or whatever), could you confirm this? @SerpentChris @jajaperson

Yup, you're right. I'm on a 16:10 display. I'll try hooking my laptop up to a 16:9 display and see what happens.

@akbiggs All right. If you confirm that it works as intended on 16:9, i'll make a workaround for this by testing the screen resolution before applying this "fix".

Mind if you give me the exact screen res of your 16:10 display?

2880 x 1800

Thanks so much for the speedy responses! This is super cool!!!

I'm on a 1440 x 900 (16:10) display.

@akbiggs Could you confirm the fix is working?

Having the same issue on a 3440x1440 monitor.

Same issue, using 1.1.2 on 1920x1080
edex-ui

Having this issue in Ubuntu 14.04 in windowed mode
Screenshot
Seems to be fixed if I resize the window in a certain way
Screenshot 2

@ask-compu This is because only a few aspect ratios are supported by eDEX and the windowed mode isn't locked to any of those. I opened #413 to address this. Thanks for the screenshots.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bdgza picture bdgza  路  3Comments

GitSquared picture GitSquared  路  6Comments

probonopd picture probonopd  路  4Comments

jwulf picture jwulf  路  5Comments

dvdmuckle picture dvdmuckle  路  6Comments