aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-07-28 07:26:37 -0400
committerGitHub <noreply@github.com>2016-07-28 07:26:37 -0400
commitee67c5bee34c4a98f8df3db68e92eaa55f1d579d (patch)
tree42bb6aced0f15f2d3f5ae4f5da02c1a9d6083dac /include
parentd03266a77a3a07a8a7488bb425410a87a658d9b0 (diff)
parent88b7cbe314aaefc9cc96884a655a2d9aea84ee0a (diff)
Merge pull request #791 from acrisci/feature/focus-child
Implement `focus child` command
Diffstat (limited to 'include')
-rw-r--r--include/focus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/focus.h b/include/focus.h
index 602b6122..236d050b 100644
--- a/include/focus.h
+++ b/include/focus.h
@@ -5,7 +5,8 @@ enum movement_direction {
MOVE_RIGHT,
MOVE_UP,
MOVE_DOWN,
- MOVE_PARENT
+ MOVE_PARENT,
+ MOVE_CHILD
};
#include "container.h"