Lines Matching refs:curses
7 The curses library is a complex piece of software and, often, changes
9 actions so a visual check of the curses output may look correct in
12 the curses library have no undesired effects an automated test is
13 needed to detect and highlight any changes in the curses application
20 The curses testframe consists of two separate programs connected by a
26 are highlighted to the tester. The slave is a curses application that
28 director over a pipe, these commands are calls to curses routines
30 parameters and uses them as arguments for the requested curses routine
31 call. The return value from the curses routine is passed back to the
32 director over another pipe, if the curses routine updates any passed
48 calls required to exercise a particular curses routine and validate
65 All these are used to call curses routines, the only difference
223 In addition to all the curses calls being supported by the slave,
226 assumes that the curses input is either in no delay or timed input
236 descriptors. The slave executes the passed curses calls and passes