aboutsummaryrefslogtreecommitdiff
path: root/contrib/ncurses/panel/p_update.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-02-19 17:09:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-02-19 17:09:08 +0000
commite18651243efbc1fe285af34e4937fd697612f1c7 (patch)
tree2f8f2ddf2b0f00a83727b78d79c41db3d309ff21 /contrib/ncurses/panel/p_update.c
parente3c73f3d74c77b2c168519b10bdb6910a84287ef (diff)
parent72c3fc31f590566e93496732d6fa769cd353e270 (diff)
downloadsrc-e18651243efbc1fe285af34e4937fd697612f1c7.tar.gz
src-e18651243efbc1fe285af34e4937fd697612f1c7.zip
Update to 6.2-20200215
While I didn't plan another upgrade, This version incorporate fixes from kevans@ so let's upgrade to it
Notes
Notes: svn path=/head/; revision=358127
Diffstat (limited to 'contrib/ncurses/panel/p_update.c')
-rw-r--r--contrib/ncurses/panel/p_update.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/ncurses/panel/p_update.c b/contrib/ncurses/panel/p_update.c
index a2f45063cf5c..3fe4770b46c9 100644
--- a/contrib/ncurses/panel/p_update.c
+++ b/contrib/ncurses/panel/p_update.c
@@ -1,5 +1,6 @@
/****************************************************************************
- * Copyright (c) 1998-2009,2010 Free Software Foundation, Inc. *
+ * Copyright 2020 Thomas E. Dickey *
+ * Copyright 1998-2009,2010 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 *
@@ -37,7 +38,7 @@
*/
#include "panel.priv.h"
-MODULE_ID("$Id: p_update.c,v 1.11 2010/01/23 21:22:16 tom Exp $")
+MODULE_ID("$Id: p_update.c,v 1.12 2020/02/02 23:34:34 tom Exp $")
NCURSES_EXPORT(void)
NCURSES_SP_NAME(update_panels) (NCURSES_SP_DCL0)