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

« back to all changes in this revision

Viewing changes to man/curs_addchstr.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-2003,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_addchstr.3x,v 1.10 2005/05/15 16:17:07 tom Exp $
 
29
.\" $Id: curs_addchstr.3x,v 1.12 2006/12/02 17:02:45 tom Exp $
30
30
.TH curs_addchstr 3X ""
31
31
.na
32
32
.hy 0
71
71
(such as for the newline, backspace, or carriage return characters), they do not
72
72
advance the current cursor position, they do not expand other control characters
73
73
to ^-escapes, and they truncate the string if it crosses the right margin,
74
 
rather then wrapping it around to the new line.
 
74
rather than wrapping it around to the new line.
75
75
.SH RETURN VALUES
76
76
All routines return the integer \fBERR\fR upon failure and \fBOK\fR on success
77
77
(the SVr4 manuals specify only "an integer value other than \fBERR\fR") upon
87
87
These entry points are described in the XSI Curses standard, Issue 4.
88
88
.SH SEE ALSO
89
89
\fBcurses\fR(3X).
 
90
.PP
 
91
Comparable functions in the wide-character (ncursesw) library are
 
92
described in
 
93
\fBcurs_add_wchstr\fR(3X).
90
94
.\"#
91
95
.\"# The following sets edit modes for GNU EMACS
92
96
.\"# Local Variables: