Function colour_strlen:
Defined in module m_ansi (file: /std/modules/m_ansi.c)

colour_strlen(s) gives the length of the visible portion of s.  Colour
codes (e.g. %^GREEN%^) are ignored.

Prototype:
int colour_strlen(string str);
