Implement dock mode, update testsuite
Currently, dock clients are only possible at the top.
This commit is contained in:
@ -24,7 +24,7 @@ void tree_init();
|
||||
* Opens an empty container in the current container
|
||||
*
|
||||
*/
|
||||
Con *tree_open_con(Con *con);
|
||||
Con *tree_open_con(Con *con, bool focus_it);
|
||||
|
||||
/**
|
||||
* Splits (horizontally or vertically) the given container by creating a new
|
||||
|
Reference in New Issue
Block a user