CDE-DEMOS: remove references to Makefile.novell
[oweals/cde.git] / cde / programs / dtterm / tests / decmode / README
1 /* $XConsortium: README /main/2 1996/07/15 14:26:42 drk $ */
2 TestName: decmode
3
4 Description: This program tests the DECMODE functionality of dtterm. 
5              The following escape sequences are tested
6
7
8              "\033[%d;%dr"
9              "\033[?1h"
10              "\033[?3h"
11              "\033[?4h"
12              "\033[?5h"
13              "\033[?6h"
14              "\033[?7h"
15              "\033[?44h"
16              "\033[?45h"
17              "\033[?46h"
18              "\033[?1l"
19              "\033[?3l"
20              "\033[?4l"
21              "\033[?5l"
22              "\033[?6l"
23              "\033[?7l"
24              "\033[?44l"
25              "\033[?45l"
26              "\033[?46l"
27              "\033[?1s"
28              "\033[?3s"
29              "\033[?4s"
30              "\033[?5s"
31              "\033[?6s"
32              "\033[?7s"
33              "\033[?44s"
34              "\033[?45s"
35              "\033[?46s"
36              "\033[?1r"
37              "\033[?3r"
38              "\033[?4r"
39              "\033[?5r"
40              "\033[?6r"
41              "\033[?7r"
42              "\033[?44r"
43              "\033[?45r"
44              "\033[?46r"
45              
46              and recordes or compares the image. the result of the test
47              is logged in file term.log  
48
49 How to run:  invoke dtterm  and run the program with any of the following
50              option
51
52 commandline: -o dtterm.object           
53              -o dtterm.object  -r -save (for recording)
54              -o dtterm.object  -compare -save (for comparing)
55
56