From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luciano Moreira - igLnx Subject: Re: stdio Date: Wed, 18 Jun 2003 09:17:51 -0300 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <3EF0586F.5010306@ig.com.br> References: <011801c33580$48425aa0$e764a8c0@fesnel.noip.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <011801c33580$48425aa0$e764a8c0@fesnel.noip.org> List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: "John T. Williams" Cc: linux-c-programming Look for documentation of Curses. Its a framework that encapsulate the character sequences to keep your program portable over different terminals. Luciano John T. Williams wrote: >I am trying to figure out how to cause a character to be printed to a >specific place on the terminal > >what I'm actually trying to accomplish is to make a progress bar > >example: > >Progress [***** ] 25% > >and I want it to fill up the box with stars as my program progresses, but I >can't figure out how to just get c to write a single '*' to anywhere other >then the end of the streak >I tried lseek and got no good results. > >I'd really like any advice anyone has on this. > >- >To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html > > > >