diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 |
| commit | 6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8 (patch) | |
| tree | e1331adb5d216f2b3fa6baa6491752348d2e5f10 /lib/libncurses/TESTS/scroll2.c | |
| parent | a2f0036ac41fe46dd47d6339982567f19437ade9 (diff) | |
Notes
Diffstat (limited to 'lib/libncurses/TESTS/scroll2.c')
| -rw-r--r-- | lib/libncurses/TESTS/scroll2.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libncurses/TESTS/scroll2.c b/lib/libncurses/TESTS/scroll2.c index 53abaa3c3801..e7b2e3093993 100644 --- a/lib/libncurses/TESTS/scroll2.c +++ b/lib/libncurses/TESTS/scroll2.c @@ -6,7 +6,7 @@ main() { int i; WINDOW * w; - + initscr(); cbreak(); @@ -21,7 +21,7 @@ main() mvaddstr (0, 0, "With the original wscrl"); #endif refresh(); - + for (i=0; i<ROWS-1; i++) { @@ -41,7 +41,7 @@ main() } getch(); wclear (w); - + for (i=0; i<ROWS-1; i++) { @@ -49,10 +49,10 @@ main() } mvwaddstr (w, ROWS-1, 0, "Moving two line at a time"); #ifndef LELE - mvaddstr (0, 30, "** THIS FAILS ON MY MACHINE WITH A BUS ERROR + mvaddstr (0, 30, "** THIS FAILS ON MY MACHINE WITH A BUS ERROR **"); #endif - + wrefresh(w); for (i = 0; i < 4; i++) { @@ -84,7 +84,7 @@ main() wrefresh(w); } getch(); - + endwin(); } |
