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 io = io
|
||||
local table = table
|
||||
local math = math
|
||||
local capi =
|
||||
{
|
||||
keygrabber = keygrabber
|
||||
|
|
Loading…
Reference in New Issue