Make command move [direction]
work with criteria
A container selected with criteria should be moved with the `move [direction]` command, instead of this command always acting on the focused container.
This commit is contained in:
committed by
Michael Stapelberg
parent
c936232545
commit
c2b6b06da7
@ -10,8 +10,8 @@
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* Moves the current container in the given direction (TOK_LEFT, TOK_RIGHT,
|
||||
* Moves the given container in the given direction (TOK_LEFT, TOK_RIGHT,
|
||||
* TOK_UP, TOK_DOWN from cmdparse.l)
|
||||
*
|
||||
*/
|
||||
void tree_move(int direction);
|
||||
void tree_move(Con *con, int direction);
|
||||
|
Reference in New Issue
Block a user