X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fcurs_kernel.3x.html;h=d8932e326a916572257701f8634ad1d521bc9d9f;hb=152c5a605234b7ea36ba3a03ec07e124bb6aac75;hp=f90c1a66b14158a0ccb72bcc122583e91abe0ece;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280;p=ncurses.git 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);