Does the same thing happen if you change the code to use curses_display and run it in vimshell?
If not then there is a bug in raw_display. Let me know. Ian Rybarczyk Tomasz wrote: > Hi Ian, > > You have right - it's bug in terminal which I'm using!!!! > > I'm really ashamed but it's again my fault - during development > process of any curses program I'm using vim + vimshell (vt100 terminal > emulation in vim window). I'm just opening two shells window in vim > and run in one program with logs redirected to second shell. It seems > that implementation of vimshell has a bug. > I think that I should move to screen program with my developing habits.... > > Sorry again - I should check my problem in others terms before I would > send any mail to you. > > Best regards > paluh > > > On Tue, Jun 24, 2008 at 3:41 PM, Ian Ward <[EMAIL PROTECTED]> wrote: >> Rybarczyk Tomasz wrote: >>> Hi, >>> >>> It's me again... Previous simple example is working well in newer >>> urwid version but there is a little bit more complicated one which >>> fails for me (with 0.9.8.2 ;-)). I want to change content of inner >>> Frame footer while browsing listbox but instead this uwrid overwrites >>> outer Frame footer. Additionally from some point (if you scroll list >>> down) it's changing inner footer as it should. Is it again my fault? >>> >> I still can't reproduce the problem, but I'm starting to suspect that it >> is an issue with raw_display and your terminal. Would you try >> curses_display instead of raw_display and let me know if you still see >> the problem? >> >> What terminal are you using to test? >> >> Ian >> >> >> _______________________________________________ >> Urwid mailing list >> [email protected] >> http://lists.excess.org/mailman/listinfo/urwid >> >> > > > _______________________________________________ > Urwid mailing list > [email protected] > http://lists.excess.org/mailman/listinfo/urwid > _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
