X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fncurses.3x.html;h=256767c5016a8a7f84c38439d18ba838b8e390f2;hp=2e9e92eb4cde4e3f8fa2a4b0395bbed67b9d8a73;hb=f344f8539c1543f8cd65a5bb142dbaf23b9421d2;hpb=29a36e53e1f77a0c3672f2e267d573823d6a9a60 diff --git a/doc/html/man/ncurses.3x.html b/doc/html/man/ncurses.3x.html index 2e9e92eb..256767c5 100644 --- a/doc/html/man/ncurses.3x.html +++ b/doc/html/man/ncurses.3x.html @@ -1,7 +1,7 @@ @@ -60,7 +60,7 @@ sonable optimization. This implementation is "new curses" (ncurses) and is the approved replacement for 4.4BSD clas- sic curses, which has been discontinued. This describes - ncurses version 6.0 (patch 20160820). + ncurses version 6.0 (patch 20170114). The ncurses library emulates the curses library of System V Release 4 UNIX, and XPG4 (X/Open Portability Guide) @@ -108,7 +108,7 @@ The function initscr or newterm must be called to initial- ize the library before any of the other routines that deal - with windows and screens are used. The routine endwin + with windows and screens are used. The routine endwin(3x) must be called before exiting. To get character-at-a-time input without echoing (most @@ -153,12 +153,12 @@ names beginning with w, allowing the user to specify a window. The routines not beginning with w affect stdscr. - After using routines to manipulate a window, refresh is - called, telling curses to make the user's CRT screen look - like stdscr. The characters in a window are actually of - type chtype, (character and attribute data) so that other - information about the character may also be stored with - each character. + After using routines to manipulate a window, refresh(3x) + is called, telling curses to make the user's CRT screen + look like stdscr. The characters in a window are actually + of type chtype, (character and attribute data) so that + other information about the character may also be stored + with each character. Special windows called pads may also be manipulated. These are windows which are not constrained to the size of