~ubuntu-branches/ubuntu/natty/ncurses/natty

« back to all changes in this revision

Viewing changes to man/curs_printw.3x

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-17 09:00:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517090042-86fgxrr6j5jzagot
Tags: 5.6-0ubuntu1
* New upstream version.
  - Remove patches applied upstream: ncurses.upstream, signed-chars.
  - Update patches: debian-backspace.
* Build-depend on g++-multilib instead of lib{32,64}c*-dev-*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\"***************************************************************************
2
 
.\" Copyright (c) 1998-2002,2005 Free Software Foundation, Inc.              *
 
2
.\" Copyright (c) 1998-2005,2006 Free Software Foundation, Inc.              *
3
3
.\"                                                                          *
4
4
.\" Permission is hereby granted, free of charge, to any person obtaining a  *
5
5
.\" copy of this software and associated documentation files (the            *
26
26
.\" authorization.                                                           *
27
27
.\"***************************************************************************
28
28
.\"
29
 
.\" $Id: curs_printw.3x,v 1.15 2005/05/15 16:55:16 tom Exp $
 
29
.\" $Id: curs_printw.3x,v 1.16 2006/02/25 21:49:19 tom Exp $
30
30
.TH curs_printw 3X ""
31
31
.na
32
32
.hy 0
40
40
.hy
41
41
.SH SYNOPSIS
42
42
\fB#include <curses.h>\fR
43
 
 
 
43
.sp
44
44
\fBint printw(const char *fmt, ...);\fR
45
45
.br
46
46
\fBint wprintw(WINDOW *win, const char *fmt, ...);\fR
58
58
routines are analogous to \fBprintf\fR [see \fBprintf\fR(3S)].  In
59
59
effect, the string that would be output by \fBprintf\fR is output
60
60
instead as though \fBwaddstr\fR were used on the given window.
61
 
 
 
61
.PP
62
62
The \fBvwprintw\fR and \fBwv_printw\fR routines are analogous
63
63
to \fBvprintf\fR [see \fBprintf\fR(3S)]
64
64
and perform a \fBwprintw\fR using a variable argument list.