On Thu, Apr 12, 2012 at 5:52 PM, Rupp, Lawrence E <[email protected]> wrote: > The problem I'm having is that when I update one of the Text widgets with > 'varname.set_text("example"), the text string "example" appears in the > appropriate Text widget, but it also appears to add a carriage return, > meaning the entire display below the updated Text widget shifts down one > line. How do I prevent this from happening? How can I simply overwrite what > was in the Text widget in the first place without a new line showing up?
That shouldn't happen. Can you post some code that demonstrates the problem you're having? Are you sure the text you're inserting doesn't have a trailing newline? _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
