client: Add input handling
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Wed, 27 Mar 2013 11:53:49 +0000 (13:53 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 4 Apr 2013 07:22:13 +0000 (10:22 +0300)
commit3ff40ccff44a46e735189b528abd73a3ff7a0511
tree18686c3c705fa7e47271f574967d849f2dd3b091
parent4f21d25e38219c3b909674327d66c2d6219e99c2
client: Add input handling

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.
Makefile.am
client/commands.h [new file with mode: 0644]
client/input.c [new file with mode: 0644]
client/input.h [new file with mode: 0644]