X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fmouse%2Fmouserc_parse.l;h=a72a9d2094768087efaf3c5f199b92c99d8383e5;hb=2dc875f5241b703cf4d1526a2c38c42946ce7ff9;hp=7563c6f3b044bd963bf18d15438a5326ebd05f4f;hpb=01d92ca2b2b71b0a0cd7fd866f9f08c464ef5757;p=chaz%2Fopenbox diff --git a/plugins/mouse/mouserc_parse.l b/plugins/mouse/mouserc_parse.l index 7563c6f3..a72a9d20 100644 --- a/plugins/mouse/mouserc_parse.l +++ b/plugins/mouse/mouserc_parse.l @@ -21,12 +21,11 @@ static void addbinding(); %} field [A-Za-z0-9][-A-Za-z0-9]* -sep [ \t]+ white [ \t]* %% -^{white}\#.+\n lineno++; +^{white}\#.*\n lineno++; {field} gotfield(); \n endofline(); [ \t]