David Phillips wrote:
> Three colours sounds like a good middle ground. Attached is a patch which:
> 
> * Adds another colour in config.def.h, COLOR_INIT
> * Renames the colours from numerical ones to ones with meaningful
> names; COLOUR_INPUT for when there is content in the input buffer and
> COLOUR_EMPTY for when the input buffer has been cleared (backspaced or
> a failed attempt).
> * Ensures XFreeColors frees the right number of colours. This is now
> derived from the size of `Lock->colors` rather than being an integer
> literal.
> * Makes slock exhibit the behaviour described by Markus

Heyho,

Looks fine to me. I think this can be applied.

--Markus

Reply via email to