From 65754acd630c3a02f0f4cc3fda9fd0f135565d0d Mon Sep 17 00:00:00 2001 From: William McBrine Date: Mon, 25 Dec 2006 14:27:13 +0000 Subject: [PATCH] Spacing -- made man page header consistent. --- pdcurses/addch.c | 4 ++-- pdcurses/addchstr.c | 4 ++-- pdcurses/addstr.c | 4 ++-- pdcurses/attr.c | 4 ++-- pdcurses/beep.c | 4 ++-- pdcurses/bkgd.c | 4 ++-- pdcurses/border.c | 4 ++-- pdcurses/clear.c | 4 ++-- pdcurses/color.c | 4 ++-- pdcurses/delch.c | 4 ++-- pdcurses/deleteln.c | 4 ++-- pdcurses/getch.c | 4 ++-- pdcurses/getstr.c | 4 ++-- pdcurses/getyx.c | 4 ++-- pdcurses/inch.c | 4 ++-- pdcurses/inchstr.c | 4 ++-- pdcurses/initscr.c | 4 ++-- pdcurses/inopts.c | 4 ++-- pdcurses/insch.c | 4 ++-- pdcurses/insstr.c | 4 ++-- pdcurses/instr.c | 4 ++-- pdcurses/kernel.c | 4 ++-- pdcurses/keyname.c | 4 ++-- pdcurses/mouse.c | 4 ++-- pdcurses/move.c | 4 ++-- pdcurses/outopts.c | 4 ++-- pdcurses/overlay.c | 4 ++-- pdcurses/pad.c | 4 ++-- pdcurses/printw.c | 4 ++-- pdcurses/refresh.c | 4 ++-- pdcurses/scanw.c | 4 ++-- pdcurses/scr_dump.c | 4 ++-- pdcurses/scroll.c | 4 ++-- pdcurses/slk.c | 4 ++-- pdcurses/termattr.c | 4 ++-- pdcurses/terminfo.c | 4 ++-- pdcurses/touch.c | 4 ++-- pdcurses/util.c | 4 ++-- pdcurses/window.c | 4 ++-- 39 files changed, 78 insertions(+), 78 deletions(-) diff --git a/pdcurses/addch.c b/pdcurses/addch.c index 3eab1dc1..27676e9d 100644 --- a/pdcurses/addch.c +++ b/pdcurses/addch.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: addch.c,v 1.47 2006/12/18 21:06:35 wmcbrine Exp $"); +RCSID("$Id: addch.c,v 1.48 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: addch + Name: addch Synopsis: int addch(const chtype ch); diff --git a/pdcurses/addchstr.c b/pdcurses/addchstr.c index 126ba15b..808a3ab5 100644 --- a/pdcurses/addchstr.c +++ b/pdcurses/addchstr.c @@ -14,11 +14,11 @@ #include #include -RCSID("$Id: addchstr.c,v 1.36 2006/12/08 06:21:26 wmcbrine Exp $"); +RCSID("$Id: addchstr.c,v 1.37 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: addchstr + Name: addchstr Synopsis: int addchstr(const chtype *ch); diff --git a/pdcurses/addstr.c b/pdcurses/addstr.c index 60a3e6e2..78d2cee8 100644 --- a/pdcurses/addstr.c +++ b/pdcurses/addstr.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: addstr.c,v 1.35 2006/12/08 06:21:26 wmcbrine Exp $"); +RCSID("$Id: addstr.c,v 1.36 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: addstr + Name: addstr Synopsis: int addstr(const char *str); diff --git a/pdcurses/attr.c b/pdcurses/attr.c index 136797b6..7cab40b2 100644 --- a/pdcurses/attr.c +++ b/pdcurses/attr.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: attr.c,v 1.33 2006/11/05 03:57:26 wmcbrine Exp $"); +RCSID("$Id: attr.c,v 1.34 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: attr + Name: attr Synopsis: int attroff(chtype attrs); diff --git a/pdcurses/beep.c b/pdcurses/beep.c index 153274dc..6cd3c94a 100644 --- a/pdcurses/beep.c +++ b/pdcurses/beep.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: beep.c,v 1.27 2006/11/05 04:33:00 wmcbrine Exp $"); +RCSID("$Id: beep.c,v 1.28 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: beep + Name: beep Synopsis: int beep(void); diff --git a/pdcurses/bkgd.c b/pdcurses/bkgd.c index 00bc8058..53a4299e 100644 --- a/pdcurses/bkgd.c +++ b/pdcurses/bkgd.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: bkgd.c,v 1.32 2006/11/05 07:27:16 wmcbrine Exp $"); +RCSID("$Id: bkgd.c,v 1.33 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: bkgd + Name: bkgd Synopsis: int bkgd(chtype ch); diff --git a/pdcurses/border.c b/pdcurses/border.c index 7a63f7ae..04bc2be5 100644 --- a/pdcurses/border.c +++ b/pdcurses/border.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: border.c,v 1.44 2006/11/06 11:26:21 wmcbrine Exp $"); +RCSID("$Id: border.c,v 1.45 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: border + Name: border Synopsis: int border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, diff --git a/pdcurses/clear.c b/pdcurses/clear.c index fba2d32e..b452afd2 100644 --- a/pdcurses/clear.c +++ b/pdcurses/clear.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: clear.c,v 1.27 2006/11/05 03:57:26 wmcbrine Exp $"); +RCSID("$Id: clear.c,v 1.28 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: clear + Name: clear Synopsis: int clear(void); diff --git a/pdcurses/color.c b/pdcurses/color.c index f6ff261a..7392c21f 100644 --- a/pdcurses/color.c +++ b/pdcurses/color.c @@ -15,11 +15,11 @@ #include #include -RCSID("$Id: color.c,v 1.73 2006/12/20 03:52:43 wmcbrine Exp $"); +RCSID("$Id: color.c,v 1.74 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: color + Name: color Synopsis: int start_color(void); diff --git a/pdcurses/delch.c b/pdcurses/delch.c index d59c63b2..7c5bd9b0 100644 --- a/pdcurses/delch.c +++ b/pdcurses/delch.c @@ -14,11 +14,11 @@ #include #include -RCSID("$Id: delch.c,v 1.26 2006/11/05 03:57:26 wmcbrine Exp $"); +RCSID("$Id: delch.c,v 1.27 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: delch + Name: delch Synopsis: int delch(void); diff --git a/pdcurses/deleteln.c b/pdcurses/deleteln.c index 5a458b6c..0e1ccf4c 100644 --- a/pdcurses/deleteln.c +++ b/pdcurses/deleteln.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: deleteln.c,v 1.29 2006/12/18 21:37:57 wmcbrine Exp $"); +RCSID("$Id: deleteln.c,v 1.30 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: deleteln + Name: deleteln Synopsis: int deleteln(void); diff --git a/pdcurses/getch.c b/pdcurses/getch.c index 58757c04..d9e75f0d 100644 --- a/pdcurses/getch.c +++ b/pdcurses/getch.c @@ -16,7 +16,7 @@ #define _INBUFSIZ 512 /* size of terminal input buffer */ #define NUNGETCH 256 /* max # chars to ungetch() */ -RCSID("$Id: getch.c,v 1.60 2006/12/18 22:07:57 wmcbrine Exp $"); +RCSID("$Id: getch.c,v 1.61 2006/12/25 14:27:12 wmcbrine Exp $"); static int c_pindex = 0; /* putter index */ static int c_gindex = 1; /* getter index */ @@ -25,7 +25,7 @@ static int c_ungch[NUNGETCH]; /* array of ungotten chars */ /*man-start************************************************************** - Name: getch + Name: getch Synopsis: int getch(void); diff --git a/pdcurses/getstr.c b/pdcurses/getstr.c index 46f6f906..e81fcf45 100644 --- a/pdcurses/getstr.c +++ b/pdcurses/getstr.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: getstr.c,v 1.41 2006/12/11 20:41:30 wmcbrine Exp $"); +RCSID("$Id: getstr.c,v 1.42 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: getstr + Name: getstr Synopsis: int getstr(char *str); diff --git a/pdcurses/getyx.c b/pdcurses/getyx.c index cf8e6c6e..4c15d1cf 100644 --- a/pdcurses/getyx.c +++ b/pdcurses/getyx.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: getyx.c,v 1.21 2006/11/05 03:57:26 wmcbrine Exp $"); +RCSID("$Id: getyx.c,v 1.22 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: getyx + Name: getyx Synopsis: void getyx(WINDOW *win, int y, int x); diff --git a/pdcurses/inch.c b/pdcurses/inch.c index 63653520..c3a4a184 100644 --- a/pdcurses/inch.c +++ b/pdcurses/inch.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: inch.c,v 1.27 2006/11/05 03:57:26 wmcbrine Exp $"); +RCSID("$Id: inch.c,v 1.28 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: inch + Name: inch Synopsis: chtype inch(void); diff --git a/pdcurses/inchstr.c b/pdcurses/inchstr.c index 1ef60b96..031a2a50 100644 --- a/pdcurses/inchstr.c +++ b/pdcurses/inchstr.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: inchstr.c,v 1.27 2006/11/05 03:57:26 wmcbrine Exp $"); +RCSID("$Id: inchstr.c,v 1.28 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: inchstr + Name: inchstr Synopsis: int inchstr(chtype *ch); diff --git a/pdcurses/initscr.c b/pdcurses/initscr.c index 824c486f..f8ecef21 100644 --- a/pdcurses/initscr.c +++ b/pdcurses/initscr.c @@ -14,7 +14,7 @@ #include #include -RCSID("$Id: initscr.c,v 1.94 2006/12/17 03:44:59 wmcbrine Exp $"); +RCSID("$Id: initscr.c,v 1.95 2006/12/25 14:27:12 wmcbrine Exp $"); const char *_curses_notice = "PDCurses 3.0 - Public Domain 2006"; @@ -33,7 +33,7 @@ extern char linesrippedoff; /*man-start************************************************************** - Name: initscr + Name: initscr Synopsis: WINDOW *initscr(void); diff --git a/pdcurses/inopts.c b/pdcurses/inopts.c index e95c28ff..2b29f929 100644 --- a/pdcurses/inopts.c +++ b/pdcurses/inopts.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: inopts.c,v 1.34 2006/11/05 07:13:40 wmcbrine Exp $"); +RCSID("$Id: inopts.c,v 1.35 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: inopts + Name: inopts Synopsis: int cbreak(void); diff --git a/pdcurses/insch.c b/pdcurses/insch.c index fc51b81a..36359d99 100644 --- a/pdcurses/insch.c +++ b/pdcurses/insch.c @@ -14,11 +14,11 @@ #include #include -RCSID("$Id: insch.c,v 1.36 2006/12/18 21:47:40 wmcbrine Exp $"); +RCSID("$Id: insch.c,v 1.37 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: insch + Name: insch Synopsis: int insch(chtype ch); diff --git a/pdcurses/insstr.c b/pdcurses/insstr.c index 6da737d7..4215aedf 100644 --- a/pdcurses/insstr.c +++ b/pdcurses/insstr.c @@ -14,11 +14,11 @@ #include #include -RCSID("$Id: insstr.c,v 1.36 2006/11/05 07:13:40 wmcbrine Exp $"); +RCSID("$Id: insstr.c,v 1.37 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: insstr + Name: insstr Synopsis: int insstr(const char *str); diff --git a/pdcurses/instr.c b/pdcurses/instr.c index a01bc782..d0f290d8 100644 --- a/pdcurses/instr.c +++ b/pdcurses/instr.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: instr.c,v 1.32 2006/11/05 03:57:26 wmcbrine Exp $"); +RCSID("$Id: instr.c,v 1.33 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: instr + Name: instr Synopsis: int instr(char *str); diff --git a/pdcurses/kernel.c b/pdcurses/kernel.c index 71c3daf7..39a47489 100644 --- a/pdcurses/kernel.c +++ b/pdcurses/kernel.c @@ -14,7 +14,7 @@ #include #include -RCSID("$Id: kernel.c,v 1.67 2006/12/24 04:33:29 wmcbrine Exp $"); +RCSID("$Id: kernel.c,v 1.68 2006/12/25 14:27:12 wmcbrine Exp $"); RIPPEDOFFLINE linesripped[5]; char linesrippedoff = 0; @@ -29,7 +29,7 @@ enum { PDC_SH_TTY, PDC_PR_TTY, PDC_SAVE_TTY }; /*man-start************************************************************** - Name: kernel + Name: kernel Synopsis: int def_prog_mode(void); diff --git a/pdcurses/keyname.c b/pdcurses/keyname.c index dc9e00f7..cf9d8825 100644 --- a/pdcurses/keyname.c +++ b/pdcurses/keyname.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: keyname.c,v 1.1 2006/12/07 18:39:31 wmcbrine Exp $"); +RCSID("$Id: keyname.c,v 1.2 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: util + Name: util Synopsis: char *keyname(int key); diff --git a/pdcurses/mouse.c b/pdcurses/mouse.c index 75341090..1107a6b8 100644 --- a/pdcurses/mouse.c +++ b/pdcurses/mouse.c @@ -14,11 +14,11 @@ #include #include -RCSID("$Id: mouse.c,v 1.35 2006/12/25 14:04:52 wmcbrine Exp $"); +RCSID("$Id: mouse.c,v 1.36 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: mouse + Name: mouse Synopsis: diff --git a/pdcurses/move.c b/pdcurses/move.c index 8dff417c..d137afa5 100644 --- a/pdcurses/move.c +++ b/pdcurses/move.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: move.c,v 1.22 2006/11/05 04:24:15 wmcbrine Exp $"); +RCSID("$Id: move.c,v 1.23 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: move + Name: move Synopsis: int move(int y, int x); diff --git a/pdcurses/outopts.c b/pdcurses/outopts.c index cec94049..eb32703d 100644 --- a/pdcurses/outopts.c +++ b/pdcurses/outopts.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: outopts.c,v 1.31 2006/11/05 04:23:36 wmcbrine Exp $"); +RCSID("$Id: outopts.c,v 1.32 2006/12/25 14:27:12 wmcbrine Exp $"); /*man-start************************************************************** - Name: outopts + Name: outopts Synopsis: int clearok(WINDOW *win, bool bf); diff --git a/pdcurses/overlay.c b/pdcurses/overlay.c index 0582f9c9..c2906bfd 100644 --- a/pdcurses/overlay.c +++ b/pdcurses/overlay.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: overlay.c,v 1.27 2006/11/05 04:23:36 wmcbrine Exp $"); +RCSID("$Id: overlay.c,v 1.28 2006/12/25 14:27:13 wmcbrine Exp $"); /*man-start************************************************************** - Name: overlay + Name: overlay Synopsis: int overlay(const WINDOW *src_w, WINDOW *dst_w) diff --git a/pdcurses/pad.c b/pdcurses/pad.c index a208af0b..bc4d3672 100644 --- a/pdcurses/pad.c +++ b/pdcurses/pad.c @@ -15,7 +15,7 @@ #include #include -RCSID("$Id: pad.c,v 1.40 2006/12/08 03:04:41 wmcbrine Exp $"); +RCSID("$Id: pad.c,v 1.41 2006/12/25 14:27:13 wmcbrine Exp $"); /* save values for pechochar() */ @@ -24,7 +24,7 @@ static int save_sminrow, save_smincol, save_smaxrow, save_smaxcol; /*man-start************************************************************** - Name: pad + Name: pad Synopsis: WINDOW *newpad(int nlines, int ncols); diff --git a/pdcurses/printw.c b/pdcurses/printw.c index ec101e3a..ed909546 100644 --- a/pdcurses/printw.c +++ b/pdcurses/printw.c @@ -17,11 +17,11 @@ #include #include -RCSID("$Id: printw.c,v 1.32 2006/11/05 03:57:26 wmcbrine Exp $"); +RCSID("$Id: printw.c,v 1.33 2006/12/25 14:27:13 wmcbrine Exp $"); /*man-start************************************************************** - Name: printw + Name: printw Synopsis: int printw(const char *fmt, ...); diff --git a/pdcurses/refresh.c b/pdcurses/refresh.c index 5e501fed..2ba79781 100644 --- a/pdcurses/refresh.c +++ b/pdcurses/refresh.c @@ -15,11 +15,11 @@ #include #include -RCSID("$Id: refresh.c,v 1.43 2006/11/05 03:57:26 wmcbrine Exp $"); +RCSID("$Id: refresh.c,v 1.44 2006/12/25 14:27:13 wmcbrine Exp $"); /*man-start************************************************************** - Name: refresh + Name: refresh Synopsis: int refresh(void); diff --git a/pdcurses/scanw.c b/pdcurses/scanw.c index 7b92d876..15a234d1 100644 --- a/pdcurses/scanw.c +++ b/pdcurses/scanw.c @@ -27,11 +27,11 @@ static int _pdc_vsscanf(const char *, const char *, va_list); # define vsscanf _pdc_vsscanf #endif -RCSID("$Id: scanw.c,v 1.33 2006/11/05 07:13:40 wmcbrine Exp $"); +RCSID("$Id: scanw.c,v 1.34 2006/12/25 14:27:13 wmcbrine Exp $"); /*man-start************************************************************** - Name: scanw + Name: scanw Synopsis: int scanw(const char *fmt, ...); diff --git a/pdcurses/scr_dump.c b/pdcurses/scr_dump.c index 8f9cec3c..ca041716 100644 --- a/pdcurses/scr_dump.c +++ b/pdcurses/scr_dump.c @@ -15,11 +15,11 @@ #include #include -RCSID("$Id: scr_dump.c,v 1.22 2006/12/08 01:51:18 wmcbrine Exp $"); +RCSID("$Id: scr_dump.c,v 1.23 2006/12/25 14:27:13 wmcbrine Exp $"); /*man-start************************************************************** - Name: scr_dump + Name: scr_dump Synopsis: int putwin(WINDOW *win, FILE *filep); diff --git a/pdcurses/scroll.c b/pdcurses/scroll.c index f10cc2ed..0353237e 100644 --- a/pdcurses/scroll.c +++ b/pdcurses/scroll.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: scroll.c,v 1.27 2006/11/05 03:57:26 wmcbrine Exp $"); +RCSID("$Id: scroll.c,v 1.28 2006/12/25 14:27:13 wmcbrine Exp $"); /*man-start************************************************************** - Name: scroll + Name: scroll Synopsis: int scroll(WINDOW *win); diff --git a/pdcurses/slk.c b/pdcurses/slk.c index aa3ae052..e374cee2 100644 --- a/pdcurses/slk.c +++ b/pdcurses/slk.c @@ -14,11 +14,11 @@ #include #include -RCSID("$Id: slk.c,v 1.45 2006/11/02 16:07:18 wmcbrine Exp $"); +RCSID("$Id: slk.c,v 1.46 2006/12/25 14:27:13 wmcbrine Exp $"); /*man-start************************************************************** - Name: slk + Name: slk Synopsis: int slk_init(int fmt); diff --git a/pdcurses/termattr.c b/pdcurses/termattr.c index badc6f39..0cdc8d0b 100644 --- a/pdcurses/termattr.c +++ b/pdcurses/termattr.c @@ -15,11 +15,11 @@ #include #include -RCSID("$Id: termattr.c,v 1.46 2006/11/05 05:38:47 wmcbrine Exp $"); +RCSID("$Id: termattr.c,v 1.47 2006/12/25 14:27:13 wmcbrine Exp $"); /*man-start************************************************************** - Name: termattr + Name: termattr Synopsis: int baudrate(void); diff --git a/pdcurses/terminfo.c b/pdcurses/terminfo.c index db2485f2..affc6b6c 100644 --- a/pdcurses/terminfo.c +++ b/pdcurses/terminfo.c @@ -14,11 +14,11 @@ #include #include -RCSID("$Id: terminfo.c,v 1.28 2006/10/23 05:03:31 wmcbrine Exp $"); +RCSID("$Id: terminfo.c,v 1.29 2006/12/25 14:27:13 wmcbrine Exp $"); /*man-start************************************************************** - Name: terminfo + Name: terminfo Synopsis: int mvcur(int oldrow, int oldcol, int newrow, int newcol); diff --git a/pdcurses/touch.c b/pdcurses/touch.c index 4754f7b3..d3ae75a2 100644 --- a/pdcurses/touch.c +++ b/pdcurses/touch.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: touch.c,v 1.23 2006/11/05 03:57:26 wmcbrine Exp $"); +RCSID("$Id: touch.c,v 1.24 2006/12/25 14:27:13 wmcbrine Exp $"); /*man-start************************************************************** - Name: touch + Name: touch Synopsis: int touchwin(WINDOW *win); diff --git a/pdcurses/util.c b/pdcurses/util.c index d7bbeb9f..69508019 100644 --- a/pdcurses/util.c +++ b/pdcurses/util.c @@ -13,11 +13,11 @@ #include -RCSID("$Id: util.c,v 1.57 2006/12/08 06:21:26 wmcbrine Exp $"); +RCSID("$Id: util.c,v 1.58 2006/12/25 14:27:13 wmcbrine Exp $"); /*man-start************************************************************** - Name: util + Name: util Synopsis: char *unctrl(chtype c); diff --git a/pdcurses/window.c b/pdcurses/window.c index 282c86d5..7f5e0eee 100644 --- a/pdcurses/window.c +++ b/pdcurses/window.c @@ -14,11 +14,11 @@ #include #include -RCSID("$Id: window.c,v 1.53 2006/12/09 09:14:46 wmcbrine Exp $"); +RCSID("$Id: window.c,v 1.54 2006/12/25 14:27:13 wmcbrine Exp $"); /*man-start************************************************************** - Name: window + Name: window Synopsis: WINDOW *newwin(int nlines, int ncols, int begy, int begx);