Module awful.widget.prompt
Author:
| Julien Danjou <julien@danjou.info> |
Copyright© 2009 Julien Danjou
Release: v3.4.13
Functions
| new (args) |
Create a prompt widget which will launch a command. |
| run (promptbox) |
Run method for promptbox. |
Functions
- new (args)
-
Create a prompt widget which will launch a command.
Parameters
-
args: Standard widget table arguments, with prompt to change the default prompt.
Return value:
A launcher widget.
- run (promptbox)
-
Run method for promptbox.
Parameters
-
promptbox: The promptbox to run.