summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-09-07 21:43:01 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-09-07 21:43:01 +0200
commite2a37cf9c1c1e209dec015ded939b8eb5226bbf3 (patch)
tree58dbb7417df550200f26edfe6a200e54fe4ed25d /tests
parent26cdc783c935a2a9b41af0083dcafe401589d41e (diff)
downloadcssh-e2a37cf9c1c1e209dec015ded939b8eb5226bbf3.tar.gz
cssh-e2a37cf9c1c1e209dec015ded939b8eb5226bbf3.tar.bz2
..
Diffstat (limited to 'tests')
-rw-r--r--tests/progressbartest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/progressbartest.c b/tests/progressbartest.c
index 8e6e0bf..9459578 100644
--- a/tests/progressbartest.c
+++ b/tests/progressbartest.c
@@ -18,8 +18,8 @@ int main( void )
for( unsigned int i = 0; i < 100; i++ ) {
set_value_of_progressbar( &p1, i );
set_value_of_progressbar( &p2, 100 - i );
+ redraw_progressbars( &pool );
cssh_msleep( 100 );
- printf( "\33[3F\n" );
}
free_progressbar( &p1 );