[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Waldhäuser Str. 64, D-72076 Tübingen, Germany
[Uni logo]


SCR_CURMOV Source code in scr_curmov.pro

SCR_CURMOV

Name
       SCR_CURMOV
Purpose
       To mov the cursor around the screen relative to its original position.
Calling Sequence
       scr_curmov [, cmd, n]
Input Parameters
       cmd  --  An integer indicating the direction in which to move the curs.
                     0 : Up
                     1 : Down  (Default)
                     2 : Left
                     3 : Right
       n    --  The number of spaces to move the cursor.  If not specified
                (or if less than or equal to zero), this is set to one.
Output Parameters
       None.
Side Effects
       None.
Restrictions
       This procedure will only work with DEC compatible equipment (or
       terminal emulators).
Procedure
       A string containing the appropriate DEC terminal command is put
       together and printed.  NOTE:  In general, the DEC commands correspond
       to the ANSI escape sequences.
Revision History
       Written by Michael R. Greason, STX, May 1990.
       Converted to IDL V5.0   W. Landsman   September 1997

Last modified by pro2html on 2001 April 26 at 03:14 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically