File: BUGS

package info (click to toggle)
vttest 2.7%2B20140305-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 948 kB
  • ctags: 1,160
  • sloc: ansic: 13,829; sh: 3,129; makefile: 232
file content (19 lines) | stat: -rw-r--r-- 774 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
-- $Id: BUGS,v 1.6 2001/11/30 21:57:34 tom Exp $

Please report bugs to tom@invisible-island.net

This is a list of known problems with VTTEST:

  + SD and SU tests pass with dtterm, but not with VT420, which uses a
    different scrolling model.

  + the skip_csi/skip_dcs functions are too permissive (they're allowing
    either 8-bit or 7-bit responses).

  + when I test the DECRQSS responses on a VT420, they usually come back
    with a code '1' (according to my manual, that's invalid), though the
    data looks correct otherwise.

  + testing on a VT420 (console on VMS), there's a problem with the VT52 test: 
    I see highlighted glitches at the positions where erase line (ESC K)
    controls are printed.  Increasing the padding doesn't change this behavior.