Sent from my android phone.
On Feb 10, 2013 2:09 PM, "Vlasov Vitaly" wrote:
>
> суббота, 9 февраля 2013 г., 23:22:47 UTC+4 пользователь Terry Reedy
написал:
> > On 2/9/2013 6:23 AM, Vlasov Vitaly wrote:
>
> > --
> >
> > Terry Jan Reedy
>
> Thank you.
>
> I tried everything in my test script.
> win
суббота, 9 февраля 2013 г., 23:22:47 UTC+4 пользователь Terry Reedy написал:
> On 2/9/2013 6:23 AM, Vlasov Vitaly wrote:
>
> > Hello.
>
> >
>
> > I found strange behavior of curses module, that i can't understand. I
>
> > initialize screen with curses.initscr(), then i create subwin of
>
> > s
On 2/9/2013 6:23 AM, Vlasov Vitaly wrote:
Hello.
I found strange behavior of curses module, that i can't understand. I
initialize screen with curses.initscr(), then i create subwin of
screen with screen.subwin(my_subwin_sizes). After that i fill subwin
with my_char in for-loop. On last char in l
суббота, 9 февраля 2013 г., 15:28:51 UTC+4 пользователь Chris Angelico написал:
> On Sat, Feb 9, 2013 at 10:23 PM, Vlasov Vitaly wrote:
>
> > Hello.
>
> >
>
> > I found strange behavior of curses module, that i can't understand. I
> > initialize screen with curses.initscr(), then i create subw
On Sat, Feb 9, 2013 at 10:23 PM, Vlasov Vitaly wrote:
> Hello.
>
> I found strange behavior of curses module, that i can't understand. I
> initialize screen with curses.initscr(), then i create subwin of screen with
> screen.subwin(my_subwin_sizes). After that i fill subwin with my_char in
> fo
Hello.
I found strange behavior of curses module, that i can't understand. I
initialize screen with curses.initscr(), then i create subwin of screen with
screen.subwin(my_subwin_sizes). After that i fill subwin with my_char in
for-loop. On last char in last line subwin.addch() raises exception.