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
..
2015-11-21 22:48:48 +01:00
2015-11-23 22:18:02 +01:00
2015-11-01 16:35:17 -05:00
2015-09-21 14:27:22 +02:00
2015-11-23 22:18:02 +01:00
2015-10-13 09:59:26 +02:00
2015-10-16 23:25:12 +08:00
x.c
2015-12-03 18:57:02 +01:00