]> git.proxmox.com Git - mirror_xterm.js.git/blob - test/escape_sequence_files/NOTES
adding xterm comparison tests
[mirror_xterm.js.git] / test / escape_sequence_files / NOTES
1 All tests are made for 80x25 terminal. Make sure to run tests with 80x25.
2
3 Create .text files from xterm (expected output)
4 - open xterm
5 - resize xterm to 80x25
6 - run `python run_tests.py`
7 - copy & paste whole window output into editor
8 - add 26th empty line (due to line handling in toString) - not a bug, a feature ;)
9 - advance to next test with ^D
10
11
12 Known problems
13 ##############
14
15
16 t0031-HBP:
17 - no documentation at all about CSIj found - skipping
18
19 t0050-ICH:
20 - bug in xterm? (cant ICH last real char, always sticks to last col)
21 - text used from https://github.com/MarkLodato/vt100-parser/blob/master/test/t0050-ICH.text