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


_______________________________________________
Ratpoison-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/ratpoison-devel

Reply via email to