From 83f9ef884a07fc5b408aae2e7ccefbac33cb379f Mon Sep 17 00:00:00 2001 From: okan Date: Mon, 20 Jan 2014 23:18:47 +0000 Subject: 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. --- kbfunc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'kbfunc.c') diff --git a/kbfunc.c b/kbfunc.c index 1d8837c..e8166ad 100644 --- a/kbfunc.c +++ b/kbfunc.c @@ -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); } -- cgit 1.4.1