Re: [PATCH] Add window_last_flag and window_zoomed_flag

2014-09-08 Thread Nicholas Marriott
Applied to OpenBSD, thanks On Sun, Aug 31, 2014 at 09:57:13PM -0400, John Morrissey wrote: > Hi, the attached patch adds the format items window_last_flag and > window_zoomed_flag. > > With these additions, it's possible to replicate window_flags, so flags can > be placed/colored arbitrarily. >

[PATCH] Add window_last_flag and window_zoomed_flag

2014-08-31 Thread John Morrissey
Hi, the attached patch adds the format items window_last_flag and window_zoomed_flag. With these additions, it's possible to replicate window_flags, so flags can be placed/colored arbitrarily. -john diff --git a/format.c b/format.c index 66795d5..97bc8f7 100644 --- a/format.c +++ b/format.c @@ -4