mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-07 13:15:28 +02:00
* Some WIP on FSE
This commit is contained in:
parent
0fb90b7b10
commit
f348e06d86
5 changed files with 126 additions and 44 deletions
|
@ -587,7 +587,7 @@ TelnetClient.prototype.handleSbCommand = function(evt) {
|
|||
// * Map ROWS -> 'termHeight' and only update if ours is 0
|
||||
// * Add any new variables, ignore any existing
|
||||
//
|
||||
Object.keys(evt.envVars).forEach(function onEnv(name) {
|
||||
Object.keys(evt.envVars || {} ).forEach(function onEnv(name) {
|
||||
if('TERM' === name && 'unknown' === self.term.termType) {
|
||||
self.setTermType(evt.envVars[name]);
|
||||
} else if('COLUMNS' === name && 0 === self.term.termWidth) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue