File: NOTES

package info (click to toggle)
node-xterm 5.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,372 kB
  • sloc: javascript: 2,388; sh: 344; python: 59; makefile: 15
file content (21 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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