in reply to A du(1) real-time sorter using Curses
A one line patch so you don't have to see the cursor racing around the screen
*************** *** 37,42 **** --- 39,45 ---- my $self = shift; initscr; + curs_set(0); # hide cursor $win = Curses->new; for( my $i = MAX; $i >= 0; $i-- ) ***************
cheers
tachyon
|
|---|