|
|
1.1 root 1: /* @(#) wrefresh.c: 1.1 10/15/83 (1.14 3/6/83) */
2: /*
3: * make the current screen look like "win" over the area covered by
4: * win.
5: *
6: * 7/9/81 (Berkeley) @(#)refresh.c 1.6
7: */
8:
9: # include "curses.ext"
10:
11: /* Put out window and update screen */
12: wrefresh(win)
13: WINDOW *win;
14: {
15: wnoutrefresh(win);
16: return doupdate();
17: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.