X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_getch.3x;h=a8c4bc1f080b7d1ab9396336c55d55f20c233285;hp=fbebd45d0b15cce496ba2c307100d826e05e06a6;hb=c0e5fbfcce224693b3effdd295ee49b6b761b754;hpb=d97989d1e0db7282c723cabb44b991b951790006 diff --git a/man/curs_getch.3x b/man/curs_getch.3x index fbebd45d..a8c4bc1f 100644 --- a/man/curs_getch.3x +++ b/man/curs_getch.3x @@ -1,6 +1,7 @@ '\" t .\"*************************************************************************** -.\" Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. * +.\" Copyright 2018-2019,2020 Thomas E. Dickey * +.\" Copyright 1998-2016,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -27,7 +28,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_getch.3x,v 1.54 2019/11/30 21:06:30 tom Exp $ +.\" $Id: curs_getch.3x,v 1.57 2020/12/19 21:38:20 tom Exp $ .TH curs_getch 3X "" .na .hy 0 @@ -54,12 +55,14 @@ \fBint getch(void);\fR .br \fBint wgetch(WINDOW *\fP\fIwin);\fR -.br +.sp \fBint mvgetch(int \fP\fIy\fP\fB, int \fP\fIx\fP\fB);\fR .br \fBint mvwgetch(WINDOW *\fP\fIwin\fP\fB, int \fP\fIy\fP\fB, int \fP\fIx\fP\fB);\fR -.br +.sp \fBint ungetch(int \fP\fIch\fP\fB);\fR +.sp +/* extension */ .br \fBint has_key(int \fP\fIch\fP\fB);\fR .br @@ -403,9 +406,9 @@ any code using it be conditionalized on the \fBNCURSES_VERSION\fR feature macro. .SH SEE ALSO \fBcurses\fR(3X), \fBcurs_inopts\fR(3X), -\fBcurs_outopts\fR(3X), \fBcurs_mouse\fR(3X), \fBcurs_move\fR(3X), +\fBcurs_outopts\fR(3X), \fBcurs_refresh\fR(3X), \fBcurs_variables\fR(3X), \fBresizeterm\fR(3X).