11 lines
309 B
Lua
11 lines
309 B
Lua
--- awesome selection (clipboard) API
|
|
-- @author Julien Danjou <julien@danjou.info>
|
|
-- @copyright 2008-2009 Julien Danjou
|
|
-- @release @AWESOME_VERSION@
|
|
-- @module selection
|
|
|
|
--- Get the selection (clipboard) content.
|
|
--
|
|
-- @return A string with the selection (clipboard) content.
|
|
-- @function selection
|