X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=test%2Fbackground.c;h=649ffcedb446a5377b2fabdb681493342e8f91e1;hb=0af9283ca273c267ee6036c3b88115d9ba6d55a6;hp=0abf99ca47cf779f40bbe04e3444c100a22c5e07;hpb=44963481f15221316cbf9f7289a710f54cab2c84;p=ncurses.git diff --git a/test/background.c b/test/background.c index 0abf99ca..649ffced 100644 --- a/test/background.c +++ b/test/background.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2003-2017,2018 Free Software Foundation, Inc. * + * Copyright 2018-2020,2021 Thomas E. Dickey * + * Copyright 2003-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 * @@ -26,7 +27,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: background.c,v 1.18 2018/11/24 20:28:45 tom Exp $ + * $Id: background.c,v 1.20 2021/02/13 20:54:08 tom Exp $ */ #define NEED_COLOR_CODE 1 @@ -143,6 +144,7 @@ usage(void) ," -d invoke use_default_colors, repeat to use in init_pair" #endif ," -f XXX specify foreground color" + ," -l FILE log window-dumps to this file" }; size_t n;