Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output to console is squashed if hyperterm's position is set to right (and presumably also left) #7

Open
coulson84 opened this issue Aug 2, 2016 · 3 comments
Labels

Comments

@coulson84
Copy link

Steps to reproduce:

  1. set overlay config to
    overlay: {
    size: 1.0,
    position: 'right'
    }
  2. execute a task that will output text to the console
  3. hide hyperterm whilst the task runs
  4. display hyperterm window

Expected outcome: text should have been output to the console according to the width of the window it is displayed on

Actual outcome: text is confined to a narrow column on the left of the window

Any text that is output whilst the console is not hidden continues to be displayed correctly - it is only an issue for the period of time that the console is hidden

Not sure if this will make any difference but I am running with dual displays and usually display hyperterm overlay on the right hand monitor

@rickgbw rickgbw added the bug label Aug 2, 2016
@jgodson
Copy link

jgodson commented Aug 23, 2017

Also have this issue on MacBook Pro with no external displays. Disabling the animation is a workaround for this

@cobrabr
Copy link

cobrabr commented Jan 26, 2018

Same happens on Windows 7.

@favna
Copy link

favna commented Jun 27, 2018

Fixed in my fork hyper-overlay as per v1.1.0, you can install hyper-overlay the way you would install any other plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants