X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Finch_wide.c;h=e44a5f5128604c4dc1c5ee1bdc2ccb8e0869c267;hp=27edc8f8aa9078fca3a8513e88cd794850a80e88;hb=e506fcb22913defb36b205cd5e84257c915d0e5e;hpb=8e397cccba0aad135cb9a8a353756f4273a7cdf6 diff --git a/test/inch_wide.c b/test/inch_wide.c index 27edc8f8..e44a5f51 100644 --- a/test/inch_wide.c +++ b/test/inch_wide.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2007-2010,2017 Free Software Foundation, Inc. * + * Copyright 2019,2020 Thomas E. Dickey * + * Copyright 2007-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 * @@ -26,7 +27,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: inch_wide.c,v 1.9 2017/04/29 22:03:21 tom Exp $ + * $Id: inch_wide.c,v 1.11 2020/02/02 23:34:34 tom Exp $ */ /* int in_wch(cchar_t *wcval); @@ -78,7 +79,6 @@ test_inchs(int level, char **argv, WINDOW *chrwin, WINDOW *strwin) int j; int txt_x = 0, txt_y = 0; int base_y; - int limit; cchar_t ch; cchar_t text[MAX_COLS]; @@ -122,6 +122,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':