XTerm auto fit add-on not auto-adjusting to parent container #32
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Context (current result)
Currently the size of the xterm terminal is hardcoded in
TerminalView.jsx
. This means the terminal is not resizing to the parent container (the active tab content container).Expected result
XTerm resizes when the user resizes the main window.
Process to reproduce
maxWidth
andmaxHeight
properties for the main BrowserWindow on around lines 59 and 60 ofmain.jsx
.npm run start
and switch to the Terminal tabScreenshots
Possible Fix
Some suggestions of possible places to start:
Terminal.css
fileThe text was updated successfully, but these errors were encountered: