Save the ptr position before lowering via kbd, so as to be able to cycle

back with the pointer in the right place; matches behaviour when
lowering via the mouse function.
This commit is contained in:
okan 2014-01-20 23:18:47 +00:00
parent c7adadaf9d
commit 83f9ef884a

View File

@ -41,6 +41,7 @@ extern sig_atomic_t xev_quit;
void
kbfunc_client_lower(struct client_ctx *cc, union arg *arg)
{
client_ptrsave(cc);
client_lower(cc);
}