Re: [PATCH] add gother command
Shawn <[email protected]>
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <87skr4kukx.fsf@juicebox.i-did-not-set--mail-host-address--so-tickle-me> |
Ali Gholami Rudi <[email protected]> writes: Thanks! I've applied it to the repo and added documentation. I also updated groups to display a + beside the last group. Also: > +static void > +assign_current_group (rp_group *g) > +{ > + static int counter = 1; > + rp_current_group = g; > + if (g) > + g->last_access = counter++; > +} I didn't like this name so I changed it to set_current_group_1, which I dislike only slightly less :). -Shawn