cdesktopenv/cde/programs/dtterm/tests/erase
Jon Trulson 51646fb06a programs/: remove Imakefiles for completed modules 2021-07-03 19:12:43 -06:00
..
README Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
erase.c Fix typo in license headers 2018-04-28 12:30:20 -06:00

README

/* $XConsortium: README /main/2 1996/07/15 14:27:33 drk $ */
TestName: erase

Description: This program tests the character attibutes functionality of dtterm. 
             The following escape sequences are tested

             "\033[J"
             "\033[1J"
             "\033[2J"
             "\033[K"
             "\033[1K"
             "\033[2K"
             "\033[%dX"

             and recordes or compares the image. the result of the test
             is logged in file term.log  

How to run:  invoke dtterm  and run the program with any of the following
             option

commandline: -o dtterm.object           
             -o dtterm.object  -r -save (for recording)
             -o dtterm.object  -compare -save (for comparing)