X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=c%2B%2B%2Fcursesw.h;h=10a2da7ed4a781801368e6914b4a57195761449d;hp=03528cc57e71825bac74ddb61ea5b5ff26c448de;hb=47d2fb4537d9ad5bb14f4810561a327930ca4280;hpb=97df2f335617625b7355c04e46175e316ef02544 diff --git a/c++/cursesw.h b/c++/cursesw.h index 03528cc5..10a2da7e 100644 --- a/c++/cursesw.h +++ b/c++/cursesw.h @@ -1,7 +1,8 @@ // * This makes emacs happy -*-Mode: C++;-*- // vile:cppmode /**************************************************************************** - * Copyright (c) 1998-2017,2019 Free Software Foundation, Inc. * + * Copyright 2019,2020 Thomas E. Dickey * + * Copyright 1998-2014,2017 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 * @@ -31,7 +32,7 @@ #ifndef NCURSES_CURSESW_H_incl #define NCURSES_CURSESW_H_incl 1 -// $Id: cursesw.h,v 1.54 2019/07/28 19:55:27 tom Exp $ +// $Id: cursesw.h,v 1.56 2020/02/02 23:34:34 tom Exp $ extern "C" { # include @@ -1255,7 +1256,7 @@ public: // Return TRUE if window is marked as changed, FALSE otherwise int leaveok(bool bf) { return ::leaveok(w, bf); } - // If bf is TRUE, curses will leave the cursor after an update whereever + // If bf is TRUE, curses will leave the cursor after an update wherever // it is after the update. int redrawln(int from, int n) { return ::wredrawln(w, from, n); }