mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue