X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Finchs.c;h=e9d53702f7903f7fd0c92cc346fbb3f1a4e7de8e;hp=87a8e6706d5310683bb1049c6aa52ee2d6c0dfda;hb=119b5a6788c26bf7dcc99fcfd54e072946352a93;hpb=5d8dbcdd9423bf9821db414fd9ec792ccf1f1027 diff --git a/test/inchs.c b/test/inchs.c index 87a8e670..e9d53702 100644 --- a/test/inchs.c +++ b/test/inchs.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2007-2012,2017 Free Software Foundation, Inc. * + * Copyright (c) 2007-2017,2019 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 +26,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: inchs.c,v 1.16 2017/09/06 09:20:42 tom Exp $ + * $Id: inchs.c,v 1.17 2019/08/24 23:11:01 tom Exp $ * * Author: Thomas E Dickey */ @@ -87,7 +87,6 @@ test_inchs(int level, char **argv, WINDOW *chrwin, WINDOW *strwin) int ch, j; int txt_x = 0, txt_y = 0; int base_y; - int limit; chtype text[MAX_COLS]; if (argv[level] == 0) { @@ -132,6 +131,8 @@ test_inchs(int level, char **argv, WINDOW *chrwin, WINDOW *strwin) } while (!Quit(j = mvwgetch(txtwin, txt_y, txt_x))) { + int limit; + switch (j) { case KEY_DOWN: case 'j':