X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=c%2B%2B%2FNEWS;h=299292d18a7e9952bf21744751be8b2b45662d5d;hp=2472ea98f5754570beae4cc14b4f651ffa4975bc;hb=0eb88fc5281804773e2a0c7a488a4452463535ce;hpb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1 diff --git a/c++/NEWS b/c++/NEWS index 2472ea98..299292d1 100644 --- a/c++/NEWS +++ b/c++/NEWS @@ -2,6 +2,10 @@ This is a log of changes that the ncurses C++ binding has gone through starting with the integration of menu and forms integration into the binding. +990731 + Improve support for pads. A viewport window may now be added to + a pad. It will then be possible to use a builtin panning mechanism + to view the pad. + 970908 + Improve NCursesWindow class: added additional methods to cover more ncurses functionality. Make refresh() and noutrefresh() virtual members to allow different implementation