bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: omission in "curses.h" for version 5.2


From: John Robertson
Subject: Re: omission in "curses.h" for version 5.2
Date: Thu, 15 Nov 2001 15:07:06 -0500

I am using RH7.2.  I have attached the file to this mail message.

Can anyone else using RH7.2 confirm this?

On Thursday 15 November 2001 02:45 pm, Thomas Dickey wrote:
> On Thu, Nov 15, 2001 at 01:24:11PM -0500, John Robertson wrote:
> > It appears that the macro for mvwchgat() is missing from the "curses.h"
> > file in version 5.2
>
> it doesn't appear that way to me (extracted from curses.h on Slackware
> 8.0):
>
> #define NCURSES_VERSION_MAJOR 5
> #define NCURSES_VERSION_MINOR 2
> #define NCURSES_VERSION_PATCH 20001021
> extern int mvwchgat(WINDOW *, int, int, int, attr_t, short, const void
> *);/* generated */ #define
> mvchgat(y,x,n,a,c,o)          mvwchgat(stdscr,y,x,n,a,c,o)
> #define mvwchgat(win,y,x,n,a,c,o)     (wmove(win,y,x) == ERR ? ERR :
> wchgat(win,n,a,c,o))

-- 
=============================================================
John D. Robertson, Computer / Engineering Consultant
Robertson & Robertson Consultants, Inc.
3637 West Georgia Rd.
Pelzer, SC  29669

Phone: (864) 243-2436
  Fax: (864) 243-3023
Email: address@hidden
  WWW: http://www.rrci.com

Attachment: curses.h
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]