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

« back to all changes in this revision

Viewing changes to doc/html/man/curs_terminfo.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:
1
1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
2
2
<!-- 
3
3
  ****************************************************************************
4
 
  * Copyright (c) 1999-2003,2005 Free Software Foundation, Inc.              *
 
4
  * Copyright (c) 1999-2005,2006 Free Software Foundation, Inc.              *
5
5
  *                                                                          *
6
6
  * Permission is hereby granted, free of charge, to any person obtaining a  *
7
7
  * copy of this software and associated documentation files (the            *
27
27
  * sale, use or other dealings in this Software without prior written       *
28
28
  * authorization.                                                           *
29
29
  ****************************************************************************
30
 
  * @Id: curs_terminfo.3x,v 1.20 2005/05/15 16:19:13 tom Exp @
 
30
  * @Id: curs_terminfo.3x,v 1.24 2006/11/04 21:50:03 tom Exp @
31
31
-->
32
32
<HTML>
33
33
<HEAD>
230
230
       umn  entitled  <EM>capname</EM> code in the capabilities section of
231
231
       <STRONG><A HREF="terminfo.5.html">terminfo(5)</A></STRONG>.
232
232
 
233
 
       <STRONG>char</STRONG> <STRONG>*boolnames</STRONG>, <STRONG>*boolcodes</STRONG>, <STRONG>*boolfnames</STRONG>
234
 
 
235
 
       <STRONG>char</STRONG> <STRONG>*numnames</STRONG>, <STRONG>*numcodes</STRONG>, <STRONG>*numfnames</STRONG>
236
 
 
237
 
       <STRONG>char</STRONG> <STRONG>*strnames</STRONG>, <STRONG>*strcodes</STRONG>, <STRONG>*strfnames</STRONG>
 
233
              <STRONG>char</STRONG> <STRONG>*boolnames[]</STRONG>, <STRONG>*boolcodes[]</STRONG>, <STRONG>*boolfnames[]</STRONG>
 
234
 
 
235
              <STRONG>char</STRONG> <STRONG>*numnames[]</STRONG>, <STRONG>*numcodes[]</STRONG>, <STRONG>*numfnames[]</STRONG>
 
236
 
 
237
              <STRONG>char</STRONG> <STRONG>*strnames[]</STRONG>, <STRONG>*strcodes[]</STRONG>, <STRONG>*strfnames[]</STRONG>
238
238
 
239
239
       These null-terminated arrays  contain  the  <EM>capnames</EM>,  the
240
240
       <STRONG>termcap</STRONG>  codes, and the full C names, for each of the <STRONG>ter-</STRONG>
306
306
       a terminfo function, <STRONG>mvcur</STRONG> is  really  a  curses  function
307
307
       which is not well specified.
308
308
 
 
309
       XSI  states that the old location must be given.  This im-
 
310
       plementation allows the caller to use -1's for the old or-
 
311
       dinates.  In that case, the old location is unknown.
 
312
 
 
313
       Extended  terminal  capability  names, e.g., as defined by
 
314
       <STRONG>tic</STRONG> <STRONG>-x</STRONG>, are not stored in the  arrays  described  in  this
 
315
       section.
 
316
 
309
317
 
310
318
</PRE>
311
319
<H2>SEE ALSO</H2><PRE>