hyperterm-overlay icon indicating copy to clipboard operation
hyperterm-overlay copied to clipboard

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

Open coulson84 opened this issue 8 years ago • 3 comments

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

coulson84 avatar Aug 02 '16 08:08 coulson84

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

jgodson avatar Aug 23 '17 15:08 jgodson

Same happens on Windows 7.

cobrabr avatar Jan 26 '18 20:01 cobrabr

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

favna avatar Jun 27 '18 23:06 favna