From 370c10c78770bc3c1a70a086b238e7a8e5197fb9 Mon Sep 17 00:00:00 2001 From: Matthias Richter Date: Wed, 22 Feb 2012 23:33:54 +0100 Subject: Rename makeTabable() to makeCyclable() --- core.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core.lua') diff --git a/core.lua b/core.lua index a93ed1d..bb5295a 100644 --- a/core.lua +++ b/core.lua @@ -59,7 +59,7 @@ function keyboard.isBindingDown(bind) return keyboard.key == bind.key and modifiersDown end -local function makeTabable(id) +local function makeCyclable(id) keyboard.tryGrab(id) if hasKeyFocus(id) then if keyboard.isBindingDown(keyboard.cycle.prev) then @@ -146,7 +146,7 @@ return { isHot = isHot, isActive = isActive, hasKeyFocus = hasKeyFocus, - makeTabable = makeTabable, + makeCyclable = makeCyclable, style = require((...):match("(.-)[^%.]+$") .. '.style-default'), color = color, -- cgit v1.2.3-54-g00ecf