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

« back to all changes in this revision

Viewing changes to man/curs_in_wch.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) 2002 Free Software Foundation, Inc.                        *
 
2
.\" Copyright (c) 2002,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_in_wch.3x,v 1.1 2002/03/10 15:08:57 tom Exp $
 
29
.\" $Id: curs_in_wch.3x,v 1.2 2006/02/25 21:42:22 tom Exp $
30
30
.TH curs_in_wch 3X ""
31
31
.SH NAME
32
32
\fBin_wch\fR,
35
35
\fBwin_wch\fR - extract a complex character and rendition from a window
36
36
.SH SYNOPSIS
37
37
\fB#include <curses.h>\fR
38
 
 
 
38
.sp
39
39
\fBint in_wch(cchar_t *\fR\fIwcval\fR\fB);\fR
40
40
.br
41
41
\fBint mvin_wch(int \fR\fIy\fR\fB, int \fR\fIx\fR\fB, cchar_t *\fR\fIwcval\fR\fB);\fR