X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Finchs.c;h=1d1691a61bddc975cfbc4508ec69e66b2c993e2b;hp=2e05ccbc80f52bec5282604e864eccb2ecf6aee9;hb=cf6a62567b2365c8678b7d561845bdbd1739e5da;hpb=8e397cccba0aad135cb9a8a353756f4273a7cdf6 diff --git a/test/inchs.c b/test/inchs.c index 2e05ccbc..1d1691a6 100644 --- a/test/inchs.c +++ b/test/inchs.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2007-2012,2017 Free Software Foundation, Inc. * + * Copyright 2019,2020 Thomas E. Dickey * + * Copyright 2007-2012,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: inchs.c,v 1.14 2017/04/29 22:03:26 tom Exp $ + * $Id: inchs.c,v 1.18 2020/02/02 23:34:34 tom Exp $ * * Author: Thomas E Dickey */ @@ -87,7 +88,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 +132,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':