X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_pad.3x.html;h=d2fc0e2961d6b4686a448741e94d0127a87466fb;hp=1619548451ef4e62bc4a83cf0f291501f7cbc90d;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e;ds=sidebyside diff --git a/doc/html/man/curs_pad.3x.html b/doc/html/man/curs_pad.3x.html index 16195484..d2fc0e29 100644 --- a/doc/html/man/curs_pad.3x.html +++ b/doc/html/man/curs_pad.3x.html @@ -1,4 +1,3 @@ - +
+ +- curs_pad(3x) curs_pad(3x)-
+NAME
newpad, subpad, prefresh, pnoutrefresh, pechochar, pecho_wchar - create and display curses pads-SYNOPSIS
+SYNOPSIS
#include <curses.h> WINDOW *newpad(int nlines, int ncols); @@ -67,7 +68,7 @@-DESCRIPTION
+DESCRIPTION
The newpad routine creates and returns a pointer to a new pad data structure with the given number of lines, nlines, and columns, ncols. A pad is like a window, except that @@ -126,7 +127,7 @@-RETURN VALUE
+RETURN VALUE
Routines that return an integer return ERR upon failure and OK (SVr4 only specifies "an integer value other than ERR") upon successful completion. @@ -156,18 +157,18 @@-NOTES
+NOTES
Note that pechochar may be a macro.-PORTABILITY
+PORTABILITY
The XSI Curses standard, Issue 4 describes these func- tions.-SEE ALSO
+SEE ALSO
curses(3x), curs_refresh(3x), curs_touch(3x), curs_add- ch(3x). @@ -175,10 +176,16 @@ curs_pad(3x)-
- -Man(1) output converted with -man2html - +