Deploy KLH10 TOPS-20 emulator
Browse files
build/wasm/bld-kl/main.js
CHANGED
|
@@ -92,7 +92,7 @@ class KLH10WebInterface {
|
|
| 92 |
cursorBlink: true,
|
| 93 |
cols: 80,
|
| 94 |
rows: 24,
|
| 95 |
-
convertEol:
|
| 96 |
windowsMode: false // Keep Unix-style line endings in input
|
| 97 |
});
|
| 98 |
|
|
|
|
| 92 |
cursorBlink: true,
|
| 93 |
cols: 80,
|
| 94 |
rows: 24,
|
| 95 |
+
convertEol: false, // TOPS-20 sends CR+LF; bare LF must not auto-CR (Rogue uses bare LF for cursor-down)
|
| 96 |
windowsMode: false // Keep Unix-style line endings in input
|
| 97 |
});
|
| 98 |
|