Ingo Bürk 8d36f78b8e Reject invalid match criteria with an error.
Previously, using a command like

  [con_id=foo] kill

would kill the currently focused window because while an error for
not being able to parse the con_id was logged, no further action
was taken, which caused the criterion to be ignored. In this case,
the fallback behavior of using the focused window took over.

For con_id, id and window_type we now reject incorrect values with
an error and abort the command.

fixes #2091
2015-12-09 14:00:53 +01:00
..
2014-12-10 20:42:52 +01:00
2015-03-30 08:28:36 +02:00
2015-04-20 19:27:43 +02:00
2015-09-11 23:12:07 +02:00
2013-11-19 20:28:32 +01:00
2014-05-20 19:59:49 +02:00