Comment out disabling of VT100 line wrapping for now - causes too much trouble with actual esc seq in place
This commit is contained in:
parent
0ea0f62b2c
commit
3955d5539f
|
@ -72,7 +72,7 @@ function ansiQueryTermSizeIfNeeded(client, cb) {
|
|||
|
||||
function prepareTerminal(term) {
|
||||
term.rawWrite(ansi.normal());
|
||||
term.rawWrite(ansi.disableVT100LineWrapping());
|
||||
//term.rawWrite(ansi.disableVT100LineWrapping());
|
||||
// :TODO: set xterm stuff -- see x84/others
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue