]> git.sur5r.net Git - i3/i3/commit
Detect base 16 in cmd criteria 1704/head
authorTony Crisci <tony@dubstepdish.com>
Tue, 12 May 2015 21:04:01 +0000 (17:04 -0400)
committerTony Crisci <tony@dubstepdish.com>
Tue, 12 May 2015 21:04:01 +0000 (17:04 -0400)
commita74662052a354690c646b7ced5730396aad5ebba
treed9f6ea39fcadf22da5e89e27bed9b544eb79f30a
parentbe2634c91fcfc04ce0e61bc111854baf5d52e5fd
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