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

« back to all changes in this revision

Viewing changes to doc/html/man/curs_getyx.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) 1998-2002,2003 Free Software Foundation, Inc.              *
 
4
  * Copyright (c) 1998-2003,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_getyx.3x,v 1.10 2003/05/10 20:33:49 jmc Exp @
 
30
  * @Id: curs_getyx.3x,v 1.13 2006/05/27 20:28:05 tom Exp @
31
31
-->
32
32
<HTML>
33
33
<HEAD>
91
91
 
92
92
</PRE>
93
93
<H2>PORTABILITY</H2><PRE>
94
 
       The  <STRONG>getyx</STRONG>,  <STRONG>getparyx</STRONG>, <STRONG>getbegyx</STRONG> and <STRONG>getmaxyx</STRONG> functions are
 
94
       The  <STRONG>getyx</STRONG>,  <STRONG>getparyx</STRONG>,  <STRONG>getbegyx</STRONG>  and  <STRONG>getmaxyx</STRONG> macros are
95
95
       described in the XSI Curses standard, Issue 4.
96
96
 
97
97
       This  implementation  also  provides   <STRONG>getbegx</STRONG>,   <STRONG>getbegy</STRONG>,
98
98
       <STRONG>getcurx</STRONG>,  <STRONG>getcury</STRONG>,  <STRONG>getmaxx</STRONG>,  <STRONG>getmaxy</STRONG>, <STRONG>getparx</STRONG> and <STRONG>getpary</STRONG>
99
 
       for compatibility with older versions of curses.
 
99
       for compatibility with older versions of  curses.   X/Open
 
100
       does  not define a corresponding <STRONG>getcuryx</STRONG> function, though
 
101
       that would be needed to  make  references  to  the  WINDOW
 
102
       structure opaque.
100
103
 
101
104
 
102
105
</PRE>