You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set overlay config to
overlay: {
size: 1.0,
position: 'right'
}
execute a task that will output text to the console
hide hyperterm whilst the task runs
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
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
overlay: {
size: 1.0,
position: 'right'
}
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
The text was updated successfully, but these errors were encountered: