X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fbackground.c;h=649ffcedb446a5377b2fabdb681493342e8f91e1;hp=391ab1a7d3298c7d7c15de6a6cdf9dc7c3bd932b;hb=fae162795e065e5901068152e91f2962b6b247f3;hpb=b724cdc89cf31757ab43262ecefe5242b0edc450;ds=sidebyside diff --git a/test/background.c b/test/background.c index 391ab1a7..649ffced 100644 --- a/test/background.c +++ b/test/background.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2018,2020 Thomas E. Dickey * + * 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 * @@ -27,7 +27,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: background.c,v 1.19 2020/02/02 23:34:34 tom Exp $ + * $Id: background.c,v 1.20 2021/02/13 20:54:08 tom Exp $ */ #define NEED_COLOR_CODE 1 @@ -144,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;