2008/3/19, Szabolcs Nagy <[EMAIL PROTECTED]>:
> what's wrong with
>
> void growm(const char *arg) {
> mw += 20;
> }
>
> ?
>
shouldn't it be
void growm(const char *arg) {
mw += 20;
setgeom(NULL);
}
?
But yes, I think this would be the right thing to do. This way we can
even have a check to not have mw > waw. Or you could use a mwfact
global variable, so you don't lost its value when you change geoms...
--
- yiyus || JGL .
