Thanks for the good work! Recently I used blessed-xterm in my project, to draw a dashboard like following:
------------------------------------
==== Menu Items At Top ========
==== Terminal in the Middle ========
==== Status Bar At Bottom ======
------------------------------------
here're some information about the above layout:
menuLayout (top: 0, left: 0, height: 1)
terminalLayout (top: 1, left: 0, height: '100%-2')
xTermWindow.width = terminalLayout.width
xTermWindow.height = terminalLayout.height
statusBarLayout (bottom: 0, left: 0, height: 1)
The problem I noticed is that when I resize the terminal, or adjust font size, the xterm window will remain its initial size, which does not fit any more.
Any idea whether we can make it more "responsible" to layout changes?
Thank you!
Thanks for the good work! Recently I used blessed-xterm in my project, to draw a dashboard like following:
here're some information about the above layout:
The problem I noticed is that when I resize the terminal, or adjust font size, the xterm window will remain its initial size, which does not fit any more.
Any idea whether we can make it more "responsible" to layout changes?
Thank you!