On my c shell, I use the alias p ls -lt; pwd to speed up things while switching directories and getting their listings.
Things could be much easier if I could somehow divide the space I have on my console in two parts such that the prompt is in the lower part and the top part always shows the listing of the current directory (the directory which I am using in the second part).

The upper part needs to be dynamic in the sense that whenever I switch directories using the prompt in the lower part, It should give the listing of the current directory in the upper half.
Is there any way (script?) that lets me do something like this?
