mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-10-30 05:53:22 +00:00
22 lines
633 B
Plaintext
22 lines
633 B
Plaintext
All tests are made for 80x25 terminal. Make sure to run tests with 80x25.
|
|
|
|
Create .text files from xterm (expected output)
|
|
- open xterm
|
|
- resize xterm to 80x25
|
|
- run `python run_tests.py`
|
|
- copy & paste whole window output into editor
|
|
- add 26th empty line (due to line handling in toString) - not a bug, a feature ;)
|
|
- advance to next test with ^D
|
|
|
|
|
|
Known problems
|
|
##############
|
|
|
|
|
|
t0031-HBP:
|
|
- no documentation at all about CSIj found - skipping
|
|
|
|
t0050-ICH:
|
|
- bug in xterm? (cant ICH last real char, always sticks to last col)
|
|
- text used from https://github.com/MarkLodato/vt100-parser/blob/master/test/t0050-ICH.text
|