Re: [PDCurses] Update to Win32a posted

2012-10-31 Thread anatoly techtonik
On Tue, Oct 30, 2012 at 8:23 PM, Bill J Gray wrote: > Hello all, > >I have posted a pretty significant update to the Win32a flavor of > PDCurses: > > http://www.projectpluto.com/win32a.htm > >In particular, I fixed some problems caused by the fact that by default, > the > Win32a window wa

Re: [PDCurses] Update to Win32a posted

2012-10-31 Thread Bill J Gray
Hi Anatoly, anatoly techtonik wrote: ... If you want to have user resizable windows, you have to set ttytype[0] = 1; Looks magical. Is it possible to make it a "property of the window" or more obvious API switch? I didn't like that very much either. My preference was to make use of th

Re: [PDCurses] Update to Win32a posted

2012-10-31 Thread William McBrine
On Wed, Oct 31, 2012 at 12:31 PM, Bill J Gray wrote: > Yet another solution would be to add PDC_set_resize_limit( ) to all > other flavors of PDCurses. It would do absolutely nothing in Win32 console, > SDL, DOS, and OS/2, where resizing can't be done. It _could_ work > as advertised in the