On Sat, Mar 2, 2019, 19:28 Robert Dinse <[email protected]> wrote: > > The terminal geometry that is created with an ssh connection is > larger > than would fit on the browser without verticle scrolling: > > 46 rows by 190 columns. >
The size is not static; it is dictated by the browser size. The number of rows and columns is calculated such that the terminal will fit in the browser window exactly. The terminal will also update as necessary when the browser is resized. > It would be nice if there were arguments to set this geometry or at > least guarantee it fit in the browser window without scrolling. > This should already be the case. - Mike
