all repos — openbox @ d7b6c79c412c8067e30451c6e7a8f31266644efa

openbox fork - make it a bit more like ryudo

fields must not start or end with '-'
Dana Jansens danakj@orodu.net
commit

d7b6c79c412c8067e30451c6e7a8f31266644efa

parent

0c69d23c24c91bc540b9c47042c3da791d0c20ba

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M plugins/mouse/mouserc_parse.lplugins/mouse/mouserc_parse.l

@@ -21,7 +21,7 @@ static void gotfield();

static void addbinding(); %} -field [-A-Za-z0-9]+ +field [A-Za-z0-9][-A-Za-z0-9]*[^-] sep [ \t]+ white [ \t]*