10 lines
290 B
Lua
10 lines
290 B
Lua
--- awesome selection (clipboard) API
|
|
-- @author Julien Danjou <julien@danjou.info>
|
|
-- @copyright 2008-2009 Julien Danjou
|
|
module("selection")
|
|
|
|
--- Get the selection (clipboard) content.
|
|
-- @return A string with the selection (clipboard) content.
|
|
-- @name selection
|
|
-- @class function
|