X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fcurs_trace.3x;h=f793267a89a032dfcd02e5bfb563f130e22e8399;hb=7e062bb2764a87d98073a90ee65a234a2679f9c1;hp=add2b6be29a385d8bc1f2dcd9d0a38429e87afed;hpb=31c4bcf3307145fc5368b4aaf15e41bdd66a984b;p=ncurses.git diff --git a/man/curs_trace.3x b/man/curs_trace.3x index add2b6be..f793267a 100644 --- a/man/curs_trace.3x +++ b/man/curs_trace.3x @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_trace.3x,v 1.35 2023/09/16 23:37:03 tom Exp $ -.TH curs_trace 3X 2023-09-16 "ncurses 6.4" "Library calls" +.\" $Id: curs_trace.3x,v 1.39 2023/09/30 21:38:11 tom Exp $ +.TH curs_trace 3X 2023-09-30 "ncurses 6.4" "Library calls" .ie \n(.g .ds `` \(lq .el .ds `` `` .ie \n(.g .ds '' \(rq @@ -53,35 +53,28 @@ \fB\%_tracemouse\fP \- \fIcurses\fR debugging routines .SH SYNOPSIS +.nf \fB#include \fP -.sp +.PP \fBunsigned curses_trace(const unsigned \fIparam\fB);\fR -.sp +.PP \fBvoid _tracef(const char *\fIformat\fB, ...);\fR -.sp +.PP \fBchar *_traceattr(attr_t \fIattr\fB);\fR -.br \fBchar *_traceattr2(int \fIbuffer\fB, chtype \fIch\fB);\fR -.br \fBchar *_tracecchar_t(const cchar_t *\fIstring\fB);\fR -.br \fBchar *_tracecchar_t2(int \fIbuffer\fB, const cchar_t *\fIstring\fB);\fR -.br \fBchar *_tracechar(int \fIch\fB);\fR -.br \fBchar *_tracechtype(chtype \fIch\fB);\fR -.br \fBchar *_tracechtype2(int \fIbuffer\fB, chtype \fIch\fB);\fR -.sp +.PP \fBvoid _tracedump(const char *\fIlabel\fB, WINDOW *\fIwin\fB);\fR -.br \fBchar *_nc_tracebits(void);\fP -.br \fBchar *_tracemouse(const MEVENT *\fIevent\fB);\fR -.sp +.PP /* deprecated */ -.br \fBvoid trace(const unsigned int \fIparam\fB);\fR +.fi .SH DESCRIPTION The \fIcurses trace\fP routines are used for debugging the ncurses libraries, as well as applications which use the ncurses libraries. @@ -279,4 +272,4 @@ _tracemouse The original \fBtrace\fP routine was deprecated because it often conflicted with application names. .SH SEE ALSO -\fBcurses\fP(3X). +\fB\%curses\fP(3X)