]> git.sur5r.net Git - i3/i3/commit
Detect base 16 in cmd criteria
authorTony Crisci <tony@dubstepdish.com>
Tue, 12 May 2015 21:04:01 +0000 (17:04 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 30 Jul 2015 19:38:24 +0000 (21:38 +0200)
commit7c2842eae4a63668d510196ee6610f816cb32d39
tree0801de56aba3b058bab12d59afc7ccdd187a03d3
parentee66a8bcde5adc0890b5a8d02705c48dfa1b7cb5
Detect base 16 in cmd criteria

Try to detect base 16 numbers given to `con_id` and `id` for command criteria
by setting the base of strtol to 0. This should also detect octal.

This is necessary because mouse bindings now may be serialized as hex as of
5c32de4.
src/commands.c