awful.prompt: add math lib
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
6dc84a1c12
commit
c1566f39c5
|
@ -8,6 +8,7 @@
|
||||||
local assert = assert
|
local assert = assert
|
||||||
local io = io
|
local io = io
|
||||||
local table = table
|
local table = table
|
||||||
|
local math = math
|
||||||
local capi =
|
local capi =
|
||||||
{
|
{
|
||||||
keygrabber = keygrabber
|
keygrabber = keygrabber
|
||||||
|
|
Loading…
Reference in New Issue