]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - c++/NEWS
ncurses 5.3
[ncurses.git] / c++ / NEWS
index 2472ea98f5754570beae4cc14b4f651ffa4975bc..299292d18a7e9952bf21744751be8b2b45662d5d 100644 (file)
--- 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