Annotation of researchv10no/ncurses/screen/_clearline.c, revision 1.1

1.1     ! root        1: /*     @(#) _clearline.c: 1.1 10/15/83 (1.9    10/27/82)       */
        !             2: 
        !             3: #include "curses.ext"
        !             4: 
        !             5: /*
        !             6:  * '_clearline' positions the cursor at the beginning of the
        !             7:  * indicated line and clears the line (in the image)
        !             8:  */
        !             9: _clearline (row)
        !            10: {
        !            11:        _ll_move (row, 0);
        !            12:        SP->std_body[row+1] -> length = 0;
        !            13: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.