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@.
This commit is contained in:
oga 2007-11-07 22:02:04 +00:00
parent e64e1709ba
commit 6b00b86622

View File

@ -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)