1 -- Authors: Etan Reisner <deryni@gmail.com>
2 -- License: MIT, see http://opensource.org/licenses/mit-license.php
3 -- Last Changed: 2007-01-23
7 Email: deryni@gmail.com
8 Summary: Keeps ion from warping the pointer when activating a scratchpad region.
10 Last Updated: 2007-01-23
12 Copyright (c) Etan Reisner 2007
14 This software is released under the terms of the MIT license. For more
15 information, see http://opensource.org/licenses/mit-license.php .
18 local function do_warp_alt(reg
)
19 -- Make sure this is enough to always identify a scratchpad.
20 if reg
.mode
and reg
:mode() == "unknown" then
26 local function setup_hooks()
29 hook
= ioncore
.get_hook("region_do_warp_alt")
37 -- vim: set expandtab sw=4: