robchang commited on
Commit
f4f1706
·
1 Parent(s): 6252461

Deploy KLH10 TOPS-20 emulator

Browse files
Files changed (1) hide show
  1. build/wasm/bld-kl/main.js +1 -1
build/wasm/bld-kl/main.js CHANGED
@@ -92,7 +92,7 @@ class KLH10WebInterface {
92
  cursorBlink: true,
93
  cols: 80,
94
  rows: 24,
95
- convertEol: true, // Convert \n to \r\n for proper line breaks
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