Some additional cleanup
This commit is contained in:
@@ -128,7 +128,7 @@ class TelnetClient {
|
||||
const value = parseInt(getValue(what));
|
||||
if (value) {
|
||||
this.term[what === 'ROWS' ? 'termHeight' : 'termWidth'] = value;
|
||||
this.clearMciCache();
|
||||
|
||||
this._logDebug(
|
||||
{ [ what ] : value, source : 'NEW-ENVIRON' },
|
||||
'Window size updated'
|
||||
@@ -157,8 +157,6 @@ class TelnetClient {
|
||||
this.term.env.ROWS = height;
|
||||
}
|
||||
|
||||
this.clearMciCache();
|
||||
|
||||
this._logDebug(
|
||||
{ width, height, source : 'NAWS' },
|
||||
'Windows size updated'
|
||||
|
||||
Reference in New Issue
Block a user