Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- BHELP On-Line: CBRIEF Macro Help - set_top_left ([top_line], [left_col], [window_id], [col], [buffer_id]) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
set_top_left ([top_line], [left_col], [window_id], [col], [buffer_id])

     Usage: Positions a buffer in a window.  This is done by giving
            the buffer line and column to put at the top left corner of
            the window.
            +--------------------------------------------------------+
            |WARNING: Hazardous to your program if incorrectly used. |
            +--------------------------------------------------------+

Parameters: All are .ints.. Top_line and left_col are the line and
            column that should be placed at the top left corner of the
            window. If omitted, the current values are used. Window_id
            gives the window to use; omit it to use the current
            window. Line and col allow setting the current position in
            the buffer as well; omit them to leave the current
            position unchanged. Buffer_id can be used instead of
            window_id to specify the window indirectly.  Only one of
            window_id and buffer_id should be used.

   Returns: Nothing

See Also: inq_top_left

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson