X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=ncurses%2Ftinfo%2Fuse_screen.c;h=a4bf9327609da40b1b5f66ef20b039f6761981df;hb=d1a029866f6d84087781eaa81de19949d8533426;hp=00d7147e17264a503ec90c5c599b059dbdd28e48;hpb=45291421bee33c79ffb4c8f0e1b67ca5cc262114;p=ncurses.git diff --git a/ncurses/tinfo/use_screen.c b/ncurses/tinfo/use_screen.c index 00d7147e..a4bf9327 100644 --- a/ncurses/tinfo/use_screen.c +++ b/ncurses/tinfo/use_screen.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2007-2016,2018 Free Software Foundation, Inc. * + * Copyright 2018,2020 Thomas E. Dickey * + * Copyright 2007-2009,2016 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 * @@ -32,7 +33,7 @@ #include -MODULE_ID("$Id: use_screen.c,v 1.11 2018/12/15 23:53:26 tom Exp $") +MODULE_ID("$Id: use_screen.c,v 1.12 2020/02/02 23:34:34 tom Exp $") NCURSES_EXPORT(int) use_screen(SCREEN *screen, NCURSES_SCREEN_CB func, void *data)