Re: [Python-Dev] Last-minute curses patch

2006-06-17 Thread Scott Dial
Walter Dörwald wrote: > I'm not sure if is_term_resized() can return ERR or not. Oh whoops, you are of course correct. I have corrected the diff accordingly. -- Scott Dial [EMAIL PROTECTED] [EMAIL PROTECTED] ___ Python-Dev mailing list Python-Dev@pytho

Re: [Python-Dev] Last-minute curses patch

2006-06-17 Thread Walter Dörwald
Scott Dial sagte: > Walter Dörwald wrote: >> Martin v. Löwis wrote: >>> It does need a configure test, though. >> >> Unfortunately I have no idea how this whole configure business works! > > I got bored. I posted a comment to the bug, which will direct you to > http://scottdial.com/python-dev/cur

Re: [Python-Dev] Last-minute curses patch

2006-06-17 Thread Scott Dial
Walter Dörwald wrote: > Martin v. Löwis wrote: >> It does need a configure test, though. > > Unfortunately I have no idea how this whole configure business works! I got bored. I posted a comment to the bug, which will direct you to http://scottdial.com/python-dev/curses-resizeterm.diff -- Scot

Re: [Python-Dev] Last-minute curses patch

2006-06-16 Thread Martin v. Löwis
Walter Dörwald wrote: >> It can go into beta1 until the beta1 code freeze is announced. > > Great! > >> It does need a configure test, though. > > Unfortunately I have no idea how this whole configure business works! Unfortunately, this either means you have to learn it, or find somebody who do

Re: [Python-Dev] Last-minute curses patch

2006-06-16 Thread Walter Dörwald
Martin v. Löwis wrote: > Walter Dörwald wrote: >> I have a small patch http://bugs.python.org/1506645 that adds >> resizeterm() and resize_term() to the curses module. Can this still go >> in for beta1? I'm not sure, if it needs some additional configure magic. > > It can go into beta1 until the b

Re: [Python-Dev] Last-minute curses patch

2006-06-15 Thread Martin v. Löwis
Walter Dörwald wrote: > I have a small patch http://bugs.python.org/1506645 that adds > resizeterm() and resize_term() to the curses module. Can this still go > in for beta1? I'm not sure, if it needs some additional configure magic. It can go into beta1 until the beta1 code freeze is announced. I

[Python-Dev] Last-minute curses patch

2006-06-15 Thread Walter Dörwald
I have a small patch http://bugs.python.org/1506645 that adds resizeterm() and resize_term() to the curses module. Can this still go in for beta1? I'm not sure, if it needs some additional configure magic. Servus, Walter ___ Python-Dev mailing list P