summaryrefslogtreecommitdiff
path: root/client/input.h
AgeCommit message (Collapse)AuthorFilesLines
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+0
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-1/+3
2013-06-13client: Create agent data structure and pass it in function callbacksPatrik Flykt1-2/+2
Collect the agent variables into a data structure and update the agent functionality to pass this data structure around as function callback user data. Update the agent mode input functionality to store both the callback function and user data pointers. Notice that only only one input callback can be handled at any one time due to the input handling itself and the simple storing of callback and user data pointers.
2013-05-03client: Add command mode and agent mode helper functionsPatrik Flykt1-0/+4
In command mode remember history and do command completion, in agent mode do neither. Enable saving and restoring of the readline prompt and add the GIOChannel watch also for non-interactive mode.
2013-04-04client: Add input handlingPatrik Flykt1-0/+42
Set up readline command line input handling. Add helper functions to save and redraw the command line when output needs to be printed to the screen.