From 94c5b929a7c3e0f84499210b97093a3015151100 Mon Sep 17 00:00:00 2001 From: sabetts Date: Wed, 20 Nov 2002 09:06:12 +0000 Subject: * src/main.c (init_defaults): set pointer warping to on by default. * src/list.c (give_window_focus): only warp the pointer if the warp setting is turned on. * src/data.h (struct rp_defaults): new member, warp. * src/actions.h (cmd_ward): new prototype * src/actions.c (user_command): new command "warp" (cmd_warp): new function --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 5980ce1..d5d5417 100644 --- a/src/main.c +++ b/src/main.c @@ -449,6 +449,7 @@ init_defaults () defaults.win_name = 0; defaults.startup_message = 1; + defaults.warp = 1; } int -- cgit v1.2.3