Closed tomjacks closed 10 years ago
A command start with uppercase 'F' seems to be recognized as color. For example echo -e "%{A:FvwmCommand something} click here %{A}" returns Could not alloc color "vwmCommand"
echo -e "%{A:FvwmCommand something} click here %{A}"
Could not alloc color "vwmCommand"
I don't have a command start with 'B' and I can't test if it works.
I'm so so sorry I just found I forgot a ‘:' at the end of the command...
A command start with uppercase 'F' seems to be recognized as color. For example
echo -e "%{A:FvwmCommand something} click here %{A}"
returnsCould not alloc color "vwmCommand"
I don't have a command start with 'B' and I can't test if it works.