From: John Morrice Date: 2010-11-19T23:25:53+09:00 Subject: Re: Simple, Two-Frame Terminal Application > If your work is not in the background, then you don't need threads. > You can position the cursor using system("tput cup"). You would do > this for always taking input on top or bottom line. Not clean but it > works. Ace, cheers for the tidbit! I've never seen that before. Time to make some more lolsome text-based programs :)