curses: fix test

db4
Philipp Brüschweiler 2009-10-21 17:10:56 +02:00
parent 47ee6ddfef
commit 0e9572bf85
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ IN: curses.tests
: hello-curses ( -- ) : hello-curses ( -- )
<curses-window> [ <curses-window> [
"Hello Curses!" [ "Hello Curses!" [
dup curses-move curses-addch dup cmove addch
] each-index ] each-index
curses-refresh crefresh
2 seconds sleep 2 seconds sleep
] with-curses ; ] with-curses ;