X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Flrtest.c;h=893e1cde9e7c74ceba4178cf3dbf6b203450b076;hp=1716899071def4fe94b76ee0d0d1580a7f88118b;hb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1;hpb=3a9b6a3bf0269231bef7de74757a910dedd04e0c diff --git a/test/lrtest.c b/test/lrtest.c index 17168990..893e1cde 100644 --- a/test/lrtest.c +++ b/test/lrtest.c @@ -6,7 +6,7 @@ * This can't be part of the ncurses test-program, because ncurses rips off the * bottom line to do labels. * - * $Id: lrtest.c,v 0.6 1997/04/26 23:47:42 tom Exp $ + * $Id: lrtest.c,v 0.7 1998/02/12 23:49:11 tom Exp $ */ #include @@ -33,7 +33,7 @@ main( move(LINES/2+1, 4); addstr("Please report this (with a copy of your terminfo entry).\n"); move(LINES/2+2, 4); - addstr("to the ncurses maintainers, at ncurses@bsdi.com.\n"); + addstr("to the ncurses maintainers, at bug-ncurses@gnu.org.\n"); } box(stdscr, 0, 0);