Implement no_focus command

This commit is contained in:
Ryan Dwyer 2018-07-16 22:18:12 +10:00
parent a588b326c2
commit fc2484095a
5 changed files with 56 additions and 5 deletions

View file

@ -6,9 +6,10 @@
#include "tree/view.h"
enum criteria_type {
CT_COMMAND = 1 << 0,
CT_ASSIGN_OUTPUT = 1 << 1,
CT_COMMAND = 1 << 0,
CT_ASSIGN_OUTPUT = 1 << 1,
CT_ASSIGN_WORKSPACE = 1 << 2,
CT_NO_FOCUS = 1 << 3,
};
struct criteria {