Hi Julia,

On Friday 27 July 2012 21:52:40 Julia Medvedeva wrote:
> I was testing my code and found one bug. I fixed it. It was test for
> big directory and count of items more than count of line in window. Is
> it possible to scroll the HelenOS window? It is not simple to do test
> of code then I can't see all results.
AFAIK it is not possible to scroll the console output yet. It is however 
possible to redirect the output of a program to a file, e.g.:

ls | to ls-output.txt

It is then possible to examine the output file by using
cat -m ls-output.txt
(-m to pause after each screen of output)
or
edit ls-output.txt

Regards,
Martin Sucha


_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/cgi-bin/listinfo/helenos-devel

Reply via email to