Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TCXL Database - wlindel/ins http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WlinDel/Ins

Delete/insert line.

Header File.....TCXLwin.h

Prototype.......IntT WlinDel(BytT wr, BytT di);
                IntT WlinIns(BytT wr, BytT di);

Source File.....WIN\_WLINDI_.C

Arguments.......wr -  Window Row to delete/insert
                di -  Direction (One of the following)
                  DIR_DWN..Down
                  DIR_UP...Up
                  DIR_LFT..Left
                  DIR_RGT..Right

Returns.........ERR_NUL  -  No Error
                ERR_ARG  -  Argument Failure
                   TcxlErr contains:
                   W_NOACTIVE  -  No Active Window
                   W_INVCOORD  -  Invalid Window Row

Notes...........Deletes or inserts a line from the active window.
                Depending upon the input scroll direction, the lines above
                or below the line to delete will scroll to fill in the
                deleted line in, and a blank line will be added.  If what
                you really want to do is clear the line, you may want to
                use WclrEol() instead.

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