X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=c%2B%2B%2FREADME-first;h=313c1f8e710d4407b82f1495ab6e56729c90f7bb;hp=42487f52db41d988bdac6a4b623d5181a6dae859;hb=9f479192e3ca3413d235c66bf058f8cc63764898;hpb=1559c1ba9c1d51764c46cb99be22a14deea5ce60 diff --git a/c++/README-first b/c++/README-first index 42487f52..313c1f8e 100644 --- a/c++/README-first +++ b/c++/README-first @@ -1,5 +1,6 @@ ------------------------------------------------------------------------------- --- Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. -- +-- Copyright 2020,2021 Thomas E. Dickey -- +-- Copyright 1998-2006,2007 Free Software Foundation, Inc. -- -- -- -- Permission is hereby granted, free of charge, to any person obtaining a -- -- copy of this software and associated documentation files (the -- @@ -25,7 +26,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: README-first,v 1.9 2007/01/27 18:27:09 tom Exp $ +-- $Id: README-first,v 1.11 2021/06/17 21:20:30 tom Exp $ ------------------------------------------------------------------------------- C++ interface to ncurses routines ----------------------------------------------------------------------- @@ -44,7 +45,7 @@ the curses.h file. This is a steady cause of trouble because many common identifiers are used. Instead now all #defines are inline functions, which also allows strict type checking of arguments. -The next enhancement is color support. It was originally provided by a +The next enhancement is color support. It was originally provided by a derived class. This caused some trouble if you think about Panels or Menus and Forms with colors. We decided to put color support into the base class so that any derived class may use color support also.