From 88b7cbe314aaefc9cc96884a655a2d9aea84ee0a Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Wed, 27 Jul 2016 22:42:45 -0400 Subject: Implement `focus child` command The `focus child` command focuses the child container within the selected container. --- include/focus.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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" -- cgit v1.2.3-54-g00ecf