Annotation of researchv10dc/ncurses/screen/prefresh.c, revision 1.1

1.1     ! root        1: /*
        !             2:  * make the current screen look like "win" over the area covered by
        !             3:  * win.
        !             4:  *
        !             5:  * 7/9/81 (Berkeley) @(#)refresh.c     1.6
        !             6:  */
        !             7: 
        !             8: /*     @(#) prefresh.c: 1.1 10/15/83   (1.14   3/6/83) */
        !             9: #include       "curses.ext"
        !            10: 
        !            11: /* Like wrefresh but refreshing from a pad. */
        !            12: prefresh(pad, pminrow, pmincol, sminrow, smincol, smaxrow, smaxcol)
        !            13: WINDOW *pad;
        !            14: int pminrow, pmincol, sminrow, smincol, smaxrow, smaxcol;
        !            15: {
        !            16:        pnoutrefresh(pad, pminrow, pmincol, sminrow, smincol, smaxrow, smaxcol);
        !            17:        return doupdate();
        !            18: }

unix.superglobalmegacorp.com

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