Re: Print to end of line in a terminal

2008-03-27 Thread ndlarsen
Hello again. I apologize for not replying earlier but I have been swamped in work lately. I appreciate your replies. Eventually I chose using curses for "right-hand edge of the window" as it seemed to be the most suitable solution. Thank you. ndlarsen -- http://mail.python.org/mailman/listin

Re: Print to end of line in a terminal

2008-02-27 Thread John J. Lee
ndlarsen <[EMAIL PROTECTED]> writes: > Hey. > > This might seem as a arbitrary question to some. Anyway, I'm wondering > how I go about printing text to the end of a line in a > terminal/console. I've been googling it for a few days without any > success. Any suggestions will be greatly appreciate

Re: Print to end of line in a terminal

2008-02-27 Thread Bjoern Schliessmann
ndlarsen wrote: > This might seem as a arbitrary question to some. Anyway, I'm > wondering how I go about printing text to the end of a line in a > terminal/console. I've been googling it for a few days without any > success. Any suggestions will be greatly appreciated. Well, just print ${COLUMNS