From dea08a87cae501b0ab8e7448c9ce1e90f1783c4a Mon Sep 17 00:00:00 2001 From: Owain Ainsworth Date: Wed, 7 Nov 2007 22:02:05 +0000 Subject: Change MOVE_AMOUNT in kbfunc.c to 1 from 10. This allows more fine tuning when moving and resizing windows using the keyboard. Future diffs might make this value configurable. ok jasper@, todd@. --- app/cwm/kbfunc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/cwm/kbfunc.c') diff --git a/app/cwm/kbfunc.c b/app/cwm/kbfunc.c index f784c2614..923e00c65 100644 --- a/app/cwm/kbfunc.c +++ b/app/cwm/kbfunc.c @@ -4,7 +4,7 @@ * Copyright (c) 2004 Martin Murray * All rights reserved. * - * $Id: kbfunc.c,v 1.8 2007/11/07 21:58:03 oga Exp $ + * $Id: kbfunc.c,v 1.9 2007/11/07 22:02:04 oga Exp $ */ #include @@ -14,7 +14,7 @@ #define KNOWN_HOSTS ".ssh/known_hosts" #define HASH_MARKER "|1|" -#define MOVE_AMOUNT 10 +#define MOVE_AMOUNT 1 void kbfunc_client_lower(struct client_ctx *cc, void *arg) -- cgit v1.2.3