projects
/
ncurses.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ncurses 5.9 - patch 20130209
[ncurses.git]
/
test
/
redraw.c
diff --git
a/test/redraw.c
b/test/redraw.c
index 96c6b0f308b67a78d0438085fee300e92f0c2e32..9cb0de95a809a3e66845e559648668dacf8f51f7 100644
(file)
--- a/
test/redraw.c
+++ b/
test/redraw.c
@@
-1,5
+1,5
@@
/****************************************************************************
/****************************************************************************
- * Copyright (c) 2006-201
0,2011
Free Software Foundation, Inc. *
+ * Copyright (c) 2006-201
1,2012
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 *
* *
* 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. *
****************************************************************************/
/*
* authorization. *
****************************************************************************/
/*
- * $Id: redraw.c,v 1.
7 2011/05/21 18:38:35
tom Exp $
+ * $Id: redraw.c,v 1.
8 2012/12/08 20:46:02
tom Exp $
*
* Demonstrate the redrawwin() and wredrawln() functions.
* Thomas Dickey - 2006/11/4
*
* Demonstrate the redrawwin() and wredrawln() functions.
* Thomas Dickey - 2006/11/4
@@
-71,7
+71,7
@@
test_redraw(WINDOW *win)
keypad(win, TRUE);
getmaxyx(win, max_y, max_x);
getbegyx(win, beg_y, beg_x);
keypad(win, TRUE);
getmaxyx(win, max_y, max_x);
getbegyx(win, beg_y, beg_x);
- while (!done
&& win != 0
) {
+ while (!done) {
ch = wgetch(win);
getyx(win, y, x);
switch (ch) {
ch = wgetch(win);
getyx(win, y, x);
switch (ch) {