[Urwid] animation and widgets
Leif Theden
leif.theden at gmail.com
Thu Jan 22 02:48:26 EST 2009
Alright, I have no problems then! I just wanted to make sure that the
screen wont be refreshing all of the time. I intend on this to be
used for a tool on MUDs, so it would make sense not to send too much
data.
On Wed, Jan 21, 2009 at 10:18 PM, Ian Ward <ian at excess.org> wrote:
> Leif Theden wrote:
>> I wonder, though, is the entire screen rendered and drawn when the
>> UI's "draw_screen" is called? So, if the wait is set to .25 is that
>> drawing too much to the terminal?
>>
> the raw_display module only updates the rows that have changed, and the
> curses_display module can update down to the individual character, so it
> shouldn't be a problem either way. Try it out and if it's too slow post
> some of your code to the list and I might be able to help.
>
> Ian
>
>
> _______________________________________________
> Urwid mailing list
> Urwid at lists.excess.org
> http://lists.excess.org/mailman/listinfo/urwid
>
>
More information about the Urwid
mailing list