[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2010-07-12, Elias Pschernig <elias.pschernig@xxxxxxxxxx> wrote:
> On Mon, Jul 12, 2010 at 10:53 AM, Peter Wang <novalazy@xxxxxxxxxx> wrote:
>
> > > Hm, I don't see how. I would need an al_ustr_appendv. From what I see we
> > > have nothing which takes a va_list as parameter right now. And I was too
> > > lazy to check if it would be easy to add.
> >
> > Oops, I meant al_ustr_vappendf.
> >
> >
> Ah, very nice, how could I have missed that.
Committed. A couple of changes I want to make:
- add a flag to use a monospace font; some examples expect it
- allow to close the window with Escape. It turns out to be pretty
annoying having to close the window when an example finishes, using
Alt-F4 or clicking on the close button. I will make the generated
event set one of the fields differently, in case anybody cares.
Peter