X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_kernel.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_kernel.3x.html;h=d8932e326a916572257701f8634ad1d521bc9d9f;hp=f90c1a66b14158a0ccb72bcc122583e91abe0ece;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;hpb=5c90fc94a5ac426a5e51732720767d5f0041830d diff --git a/doc/html/man/curs_kernel.3x.html b/doc/html/man/curs_kernel.3x.html index f90c1a66..d8932e32 100644 --- a/doc/html/man/curs_kernel.3x.html +++ b/doc/html/man/curs_kernel.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_kernel.3x,v 1.28 2020/02/02 23:34:34 tom Exp @ + * @Id: curs_kernel.3x,v 1.29 2020/10/17 23:22:35 tom Exp @ --> @@ -57,12 +57,16 @@ int def_prog_mode(void); int def_shell_mode(void); + int reset_prog_mode(void); int reset_shell_mode(void); + int resetty(void); int savetty(void); + void getsyx(int y, int x); void setsyx(int y, int x); + int ripoffline(int line, int (*init)(WINDOW *, int)); int curs_set(int visibility); int napms(int ms);