jupyter/terminado

For xtermjs 3.5.1, scrollbar is not working as expected.

gangadhars opened this issue · 0 comments

I have tried the demo example of terminao, but the terminal is not working as expected with respect to the scrollbar for multiple device screens

For my desktop - resolution 1440x900: (Vertical scrollbar is not full)
screenshot from 2018-08-08 10-26-59

For another desktop - resolution 1280x1024: (Vertical scrolling is good but not horizontal scrolling)
image

For Laptop - resolution 1920x1080: (Vertical scrolling is happening at 60% only and rows are overlapping)
screenshot from 2018-08-08 10-25-42

Here is the code I have tried:
https://gist.github.com/gangadhars/ca38cd9a44951314f9ed0143c1b13873

How can I make terminal full height and width for all resolutions?