X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Flrtest.c;h=ae47b4e74c04197942eea782b6730f10206fb35c;hp=da12034ce0836a0b596c937de0a29ca80757f5c8;hb=119b5a6788c26bf7dcc99fcfd54e072946352a93;hpb=92e187a3459ab7ce1613a3684ca6642447c73620 diff --git a/test/lrtest.c b/test/lrtest.c index da12034c..ae47b4e7 100644 --- a/test/lrtest.c +++ b/test/lrtest.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2005,2010 Free Software Foundation, Inc. * + * Copyright (c) 1998-2010,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 * @@ -34,7 +34,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 1.22 2010/05/01 19:11:55 tom Exp $ + * $Id: lrtest.c,v 1.24 2017/09/04 11:28:19 tom Exp $ */ #include @@ -174,8 +174,7 @@ main( refresh(); } - curs_set(1); - endwin(); + exit_curses(); ExitProgram(EXIT_SUCCESS); }