X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=panel%2Fp_new.c;h=37f851da856d6983c61b3648f0c707a481142043;hp=a7c5a4e2db214d9f3c15a54632d5349bd6b4467b;hb=0af9283ca273c267ee6036c3b88115d9ba6d55a6;hpb=a28e782d7794ddeec23e7cb212dc455f0d93dc22 diff --git a/panel/p_new.c b/panel/p_new.c index a7c5a4e2..37f851da 100644 --- a/panel/p_new.c +++ b/panel/p_new.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2020 Thomas E. Dickey * + * Copyright 2020,2021 Thomas E. Dickey * * Copyright 1998-2009,2010 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -35,11 +35,11 @@ ****************************************************************************/ /* p_new.c - * Creation of a new panel + * Creation of a new panel */ #include "panel.priv.h" -MODULE_ID("$Id: p_new.c,v 1.22 2020/12/26 18:25:48 tom Exp $") +MODULE_ID("$Id: p_new.c,v 1.23 2021/06/17 21:20:30 tom Exp $") #ifdef TRACE static char *stdscr_id;