X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=panel%2Fp_move.c;h=02830bf5a41373f2f6d9af9d74738275fd4c5d37;hp=adae64583220edb80c886da437e92c04b195ddcc;hb=3ef920d65fb2d4046096131d868ae8d4bba79d46;hpb=c6540b9c89dda1a6a8bd681726831e8924176504 diff --git a/panel/p_move.c b/panel/p_move.c index adae6458..02830bf5 100644 --- a/panel/p_move.c +++ b/panel/p_move.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2008,2010 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2008,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_move.c,v 1.11 2010/01/23 21:22:15 tom Exp $") +MODULE_ID("$Id: p_move.c,v 1.12 2020/02/02 23:34:34 tom Exp $") NCURSES_EXPORT(int) move_panel(PANEL * pan, int starty, int startx)