commit b5775f9b38670516a45adb238df728f8ff8d60c5 parent 9aeffb1e9572ed75522e9739c064855c7eab2f41 Author: Christoph Lohmann <20h@r-36.net> Date: Mon, 8 May 2017 06:06:24 +0200 Test before commit. Diffstat:
tabbed.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tabbed.c b/tabbed.c @@ -806,7 +806,7 @@ movetab(const Arg *arg) int c; Client *new; - if (sel) < 0) + if (sel < 0) return; c = (sel + arg->i) % nclients;