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

« back to all changes in this revision

Viewing changes to doc/html/man/curs_addch.3x.html

  • 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:
2
2
<!-- 
3
3
  * t
4
4
  ****************************************************************************
5
 
  * Copyright (c) 1998-2003,2004 Free Software Foundation, Inc.              *
 
5
  * Copyright (c) 1998-2005,2006 Free Software Foundation, Inc.              *
6
6
  *                                                                          *
7
7
  * Permission is hereby granted, free of charge, to any person obtaining a  *
8
8
  * copy of this software and associated documentation files (the            *
28
28
  * sale, use or other dealings in this Software without prior written       *
29
29
  * authorization.                                                           *
30
30
  ****************************************************************************
31
 
  * @Id: curs_addch.3x,v 1.23 2004/01/31 13:16:21 tom Exp @
 
31
  * @Id: curs_addch.3x,v 1.25 2006/12/02 17:02:22 tom Exp @
32
32
-->
33
33
<HTML>
34
34
<HEAD>
112
112
       characters to the screen with routines of the  <STRONG>addch</STRONG>  fam-
113
113
       ily.   The  default  character listed below is used if the
114
114
       <STRONG>acsc</STRONG>  capability  doesn't   define   a   terminal-specific
115
 
       replacement for it (but see the EXTENSIONS section below).
116
 
       The names are taken from VT100 nomenclature.
 
115
       replacement  for  it.   The  names  are  taken  from VT100
 
116
       nomenclature.
117
117
 
118
118
 
119
119
       <EM>Name</EM>           <EM>Default</EM>   <EM>Description</EM>
194
194
       <STRONG><A HREF="ncurses.3x.html">curses(3x)</A></STRONG>, <STRONG><A HREF="curs_attr.3x.html">curs_attr(3x)</A></STRONG>, <STRONG><A HREF="curs_clear.3x.html">curs_clear(3x)</A></STRONG>,  <STRONG><A HREF="curs_inch.3x.html">curs_inch(3x)</A></STRONG>,
195
195
       <STRONG><A HREF="curs_outopts.3x.html">curs_outopts(3x)</A></STRONG>, <STRONG><A HREF="curs_refresh.3x.html">curs_refresh(3x)</A></STRONG>, <STRONG><A HREF="putc.3S.html">putc(3S)</A></STRONG>.
196
196
 
 
197
       Comparable  functions  in  the  wide-character  (ncursesw)
 
198
       library are described in <STRONG><A HREF="curs_add_wch.3x.html">curs_add_wch(3x)</A></STRONG>.
 
199
 
197
200
 
198
201
 
199
202
                                                         <STRONG><A HREF="curs_addch.3x.html">curs_addch(3x)</A></STRONG>