[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

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


SCR_SCROLL Source code in scr_scroll.pro

SCR_SCROLL

Name
       SCR_SCROLL
Purpose
       Define the scrolling area on the screen.
Explanation
       Please note that the line coordinates should be counted from 1.
Calling Sequence
       scr_scroll [, top, bot]
Input Parameters
       top  --  The line to be the top of the scrolling area.
                The default value is 1 and the maximum value is 23.
       bot  --  The line to be the bottom of the scrolling area.
                The default value is 24 and the minimum value is 2.
Output Parameters
       None.
Side Effects
       NOTE:  The screen coordinate system is NOT effected.  (1,1) is not
              the top of the scrolling area but the top of the screen.
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